remove cache buster

This commit is contained in:
Lexx 2017-03-24 18:27:38 +00:00 committed by GitHub
parent 5883bd39dc
commit fa606446a7

View file

@ -15,7 +15,7 @@
//
(function() { // BEGIN LOCAL_SCOPE
var utilsPath = Script.resolvePath('../developer/libraries/utils.js?v='+ Date.now());
var utilsPath = Script.resolvePath('../developer/libraries/utils.js');
Script.include(utilsPath);
var TWEEN_SPEED = 0.025;