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.ui.mouse.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/jquery.ui.mouse.js') diff --git a/ui/jquery.ui.mouse.js b/ui/jquery.ui.mouse.js index 6a7d6d39f..5f6bec437 100644 --- a/ui/jquery.ui.mouse.js +++ b/ui/jquery.ui.mouse.js @@ -10,7 +10,7 @@ * Depends: * jquery.ui.widget.js */ -(function($) { +(function( $, undefined ) { $.widget("ui.mouse", { options: { -- cgit v1.2.3