aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.effects.core.js
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2010-07-13 09:57:58 -0400
committerScott González <scott.gonzalez@gmail.com>2010-07-13 09:57:58 -0400
commit21aad10e6aa68610feee69062a1cad750497c83f (patch)
tree43765c4ada332889a3de3cde80bfe90ef50b4264 /ui/jquery.effects.core.js
parentba387ce1c5ee4b0adce4f490fe1052ec525cb121 (diff)
downloadjquery-ui-21aad10e6aa68610feee69062a1cad750497c83f.tar.gz
jquery-ui-21aad10e6aa68610feee69062a1cad750497c83f.zip
All: Define a local undefined variable inside the main closure.
Diffstat (limited to 'ui/jquery.effects.core.js')
-rw-r--r--ui/jquery.effects.core.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/jquery.effects.core.js b/ui/jquery.effects.core.js
index ff3ae6759..76d46865d 100644
--- a/ui/jquery.effects.core.js
+++ b/ui/jquery.effects.core.js
@@ -7,7 +7,7 @@
*
* http://docs.jquery.com/UI/Effects/
*/
-;jQuery.effects || (function($) {
+;jQuery.effects || (function($, undefined) {
$.effects = {};