use load instead of include for default scripts since Script.load() now works better

This commit is contained in:
ZappoMan 2014-09-06 15:38:01 -07:00
parent 7476c61647
commit 293fc56a66

View file

@ -8,9 +8,9 @@
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
Script.include("lookWithTouch.js"); Script.load("lookWithTouch.js");
Script.include("editVoxels.js"); Script.load("editVoxels.js");
Script.include("editModels.js"); Script.load("editModels.js");
Script.include("selectAudioDevice.js"); Script.load("selectAudioDevice.js");
Script.include("hydraMove.js"); Script.load("hydraMove.js");
Script.include("inspect.js"); Script.load("inspect.js");