[Build] Redeclare globals

This commit is contained in:
Victor Woeltjen
2016-03-04 10:53:12 -08:00
parent 2dabe0d3c4
commit a8f7bc01c3
2 changed files with 4 additions and 0 deletions

View File

@ -20,6 +20,8 @@
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global window,requirejs*/
define([ define([
'require', 'require',
'./Constants', './Constants',

View File

@ -20,6 +20,8 @@
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global window,requirejs*/
/** /**
* Implements the framework layer, which handles the loading of bundles * Implements the framework layer, which handles the loading of bundles
* and the wiring-together of the extensions they expose. * and the wiring-together of the extensions they expose.