aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorAlexander Schmitz <arschmitz@gmail.com>2015-08-21 00:14:29 -0400
committerAlexander Schmitz <arschmitz@gmail.com>2015-08-21 08:06:24 -0400
commitc9fbb763ab50158ab9a598032ba1a137f760939e (patch)
tree9f1534b64fe237d72bcfe16b0cbc616971898fab /demos
parentc13ddf22ed33ea23e5410735c118550a673feb58 (diff)
downloadjquery-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.js3
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( " " ) );