reverted whiteboard changes

This commit is contained in:
ericrius1 2015-12-24 12:04:36 -08:00
parent 8e7dfc07c0
commit 340c066b5c

View file

@ -15,7 +15,7 @@
/*global hexToRgb */
Script.include("../../libraries/utils.js");
var scriptURL = Script.resolvePath("whiteboardEntityScript.js?v1" + Math.random());
var scriptURL = Script.resolvePath("whiteboardEntityScript.js";
var modelURL = "https://s3.amazonaws.com/hifi-public/eric/models/whiteboard.fbx";
var colorIndicatorBorderModelURL = "https://s3.amazonaws.com/hifi-public/eric/models/colorIndicatorBorder.fbx";
@ -247,4 +247,4 @@ function cleanup() {
// Uncomment this line to delete whiteboard and all associated entity on script close
Script.scriptEnding.connect(cleanup);
// Script.scriptEnding.connect(cleanup);