Skip to content

Commit c9fbb76

Browse files
committed
Demos: Style updates
Ref #14246 Ref gh-1588
1 parent c13ddf2 commit c9fbb76

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

demos/bootstrap.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* globals window:true, document:true */
1+
/* globals window, document */
22
( function() {
33

44
// Find the script element
@@ -80,7 +80,6 @@ require.config( {
8080
}
8181
} );
8282

83-
8483
// Replace effects all shortcut modules with all the effects modules
8584
if ( modules && modules.indexOf( "effects-all" ) !== -1 ) {
8685
modules = modules.replace( /effects-all/, effectsAll.join( " " ) );

0 commit comments

Comments
 (0)