diff options
Diffstat (limited to 'ui/jquery.effects.explode.js')
-rw-r--r-- | ui/jquery.effects.explode.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/jquery.effects.explode.js b/ui/jquery.effects.explode.js index 00bdd1d99..123b521da 100644 --- a/ui/jquery.effects.explode.js +++ b/ui/jquery.effects.explode.js @@ -10,7 +10,7 @@ * Depends: * jquery.effects.core.js */ -(function($) { +(function( $, undefined ) { $.effects.explode = function(o) { |