From 21aad10e6aa68610feee69062a1cad750497c83f Mon Sep 17 00:00:00 2001 From: Scott González Date: Tue, 13 Jul 2010 09:57:58 -0400 Subject: All: Define a local undefined variable inside the main closure. --- ui/jquery.effects.fold.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/jquery.effects.fold.js') diff --git a/ui/jquery.effects.fold.js b/ui/jquery.effects.fold.js index 341629baf..350ed77f8 100644 --- a/ui/jquery.effects.fold.js +++ b/ui/jquery.effects.fold.js @@ -10,7 +10,7 @@ * Depends: * jquery.effects.core.js */ -(function($) { +(function( $, undefined ) { $.effects.fold = function(o) { -- cgit v1.2.3