From 4f908e2c228cf66f95e1563a4bc5372ef73c4229 Mon Sep 17 00:00:00 2001 From: scottjehl Date: Mon, 1 Nov 2010 14:34:39 -0400 Subject: [PATCH] fixed closure arg - jQuery should have been $ --- js/jquery.mobile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/jquery.mobile.js b/js/jquery.mobile.js index 44367e5e..2ae6dd49 100644 --- a/js/jquery.mobile.js +++ b/js/jquery.mobile.js @@ -6,7 +6,7 @@ * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license */ -(function( jQuery, window, undefined ) { +(function( $, window, undefined ) { //some critical feature tests should be placed here. //if we're missing support for any of these, then we're a C-grade browser //to-do: see if we need more qualifiers here.