diff --git a/platform/framework/src/FrameworkLayer.js b/platform/framework/src/FrameworkLayer.js index ba362be67b..1f8910fe15 100644 --- a/platform/framework/src/FrameworkLayer.js +++ b/platform/framework/src/FrameworkLayer.js @@ -20,6 +20,8 @@ * at runtime from the About dialog for additional information. *****************************************************************************/ +/*global window,requirejs*/ + define([ 'require', './Constants', diff --git a/platform/framework/src/Main.js b/platform/framework/src/Main.js index 87b67dd8ca..c468e4dbea 100644 --- a/platform/framework/src/Main.js +++ b/platform/framework/src/Main.js @@ -20,6 +20,8 @@ * at runtime from the About dialog for additional information. *****************************************************************************/ +/*global window,requirejs*/ + /** * Implements the framework layer, which handles the loading of bundles * and the wiring-together of the extensions they expose.