Skip to content

Commit

Permalink
Demos: Style updates
Browse files Browse the repository at this point in the history
Ref #14246
Ref gh-1588
  • Loading branch information
arschmitz committed Aug 21, 2015
1 parent c13ddf2 commit c9fbb76
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions demos/bootstrap.js
@@ -1,4 +1,4 @@
/* globals window:true, document:true */ /* globals window, document */
( function() { ( function() {


// Find the script element // Find the script element
Expand Down Expand Up @@ -80,7 +80,6 @@ require.config( {
} }
} ); } );



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

0 comments on commit c9fbb76

Please sign in to comment.