mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-02 22:00:24 +00:00
fixed closure arg - jQuery should have been $
This commit is contained in:
parent
e4e8f1ddc4
commit
4f908e2c22
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue