Allow plugins to delay the exeuction of the ready event. Delay the ready event by...
[jquery.git] / src / data.js
index d38d47d..5404c93 100644 (file)
@@ -1,3 +1,5 @@
+(function( jQuery ) {
+
 var windowData = {};
 
 jQuery.extend({
@@ -165,3 +167,5 @@ jQuery.fn.extend({
                });
        }
 });
+
+})( jQuery );