From c9fbb763ab50158ab9a598032ba1a137f760939e Mon Sep 17 00:00:00 2001 From: Alexander Schmitz Date: Fri, 21 Aug 2015 00:14:29 -0400 Subject: Demos: Style updates Ref #14246 Ref gh-1588 --- demos/bootstrap.js | 3 +-- 1 file changed, 1 insertion(+), 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( " " ) ); -- cgit v1.2.3