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