diff --git a/examples/example/entities/platform.js b/examples/example/entities/platform.js index ea9d2fd85d..3d6744b364 100644 --- a/examples/example/entities/platform.js +++ b/examples/example/entities/platform.js @@ -15,7 +15,7 @@ // UI and debug console implemented using uiwidgets / 2d overlays Script.include("../../libraries/uiwidgets.js"); -if (typeof('UI') === 'undefined') { // backup link in case the user downloaded this somewhere +if (typeof(UI) === 'undefined') { // backup link in case the user downloaded this somewhere Script.include('http://public.highfidelity.io/scripts/libraries/uiwidgets.js'); }