mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
parent
c13ddf22ed
commit
c9fbb763ab
3
demos/bootstrap.js
vendored
3
demos/bootstrap.js
vendored
@ -1,4 +1,4 @@
|
|||||||
/* globals window:true, document:true */
|
/* globals window, document */
|
||||||
( function() {
|
( function() {
|
||||||
|
|
||||||
// Find the script element
|
// Find the script element
|
||||||
@ -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( " " ) );
|
||||||
|
Loading…
Reference in New Issue
Block a user