fixed closure arg - jQuery should have been $

This commit is contained in:
scottjehl 2010-11-01 14:34:39 -04:00
parent e4e8f1ddc4
commit 4f908e2c22

View file

@ -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.