Demos: Style updates

Ref #14246
Ref gh-1588
This commit is contained in:
Alexander Schmitz 2015-08-21 00:14:29 -04:00
parent c13ddf22ed
commit c9fbb763ab

3
demos/bootstrap.js vendored
View File

@ -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( " " ) );