aboutsummaryrefslogtreecommitdiffstats
path: root/demos/bootstrap.js
diff options
context:
space:
mode:
Diffstat (limited to 'demos/bootstrap.js')
-rw-r--r--demos/bootstrap.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/demos/bootstrap.js b/demos/bootstrap.js
index 1b28a4dc6..b96620d6a 100644
--- a/demos/bootstrap.js
+++ b/demos/bootstrap.js
@@ -1,4 +1,4 @@
-/* globals window:true, document:true */
+/* globals window, document */
( function() {
// Find the script element
@@ -80,7 +80,6 @@ require.config( {
}
} );
-
// Replace effects all shortcut modules with all the effects modules
if ( modules && modules.indexOf( "effects-all" ) !== -1 ) {
modules = modules.replace( /effects-all/, effectsAll.join( " " ) );