syntax fix

This commit is contained in:
James B. Pollack 2016-03-24 12:09:16 -07:00
parent 90ce52a2ae
commit fa5d9f8442

View file

@ -44,7 +44,7 @@
},
unload: function() {
this.setUnoccupied();
this.cleanup();
cleanup();
},
};
@ -60,8 +60,6 @@
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
//
var MIRROR_JOINT_DATA = true;
var MIRRORED_ENTITY_SCRIPT_URL = Script.resolvePath('mirroredEntity.js');
var FREEZE_TOGGLER_SCRIPT_URL = Script.resolvePath('freezeToggler.js?' + Math.random(0, 1000))