diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2015-08-21 00:14:29 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2015-08-21 08:06:24 -0400 |
commit | c9fbb763ab50158ab9a598032ba1a137f760939e (patch) | |
tree | 9f1534b64fe237d72bcfe16b0cbc616971898fab /demos | |
parent | c13ddf22ed33ea23e5410735c118550a673feb58 (diff) | |
download | jquery-ui-c9fbb763ab50158ab9a598032ba1a137f760939e.tar.gz jquery-ui-c9fbb763ab50158ab9a598032ba1a137f760939e.zip |
Demos: Style updates
Ref #14246
Ref gh-1588
Diffstat (limited to 'demos')
-rw-r--r-- | demos/bootstrap.js | 3 |
1 files changed, 1 insertions, 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( " " ) ); |