diff --git a/specs/scope/boot.js b/specs/scope/boot.js index e84babdd..648d2d16 100644 --- a/specs/scope/boot.js +++ b/specs/scope/boot.js @@ -6,7 +6,7 @@ load('dist/env.rhino.js'); load('specs/qunit.js'); load('specs/env.qunit.js'); -load('specs/helpers.js'); +// "load('specs/helpers.js');" is in the "index.html" file load('local_settings.js'); // "load('specs/scope/spec.js');" is in the "index.html" file diff --git a/specs/scope/index.html b/specs/scope/index.html index 387e9ce9..8aa0c2c4 100644 --- a/specs/scope/index.html +++ b/specs/scope/index.html @@ -20,6 +20,8 @@ // both Envjs and browsers: Envjs.scriptTypes['text/javascript'] = true; +