X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Fsupport.js;h=febff15973f3e7722883118744da1e67511d738b;hb=a44ec402771f6d622506f39073d0be260400dd21;hp=cddd3dc3b962af886a59cf9d3c6468bfe66b787d;hpb=b920f0aeb483f4565ff2f3c1d2a328d5200b23f7;p=jquery.git diff --git a/src/support.js b/src/support.js index cddd3dc..febff15 100644 --- a/src/support.js +++ b/src/support.js @@ -1,3 +1,5 @@ +(function( jQuery ) { + (function() { jQuery.support = {}; @@ -132,7 +134,7 @@ // release memory in IE root = script = div = all = a = null; -})(); +})( jQuery ); jQuery.props = { "for": "htmlFor", @@ -146,3 +148,5 @@ jQuery.props = { usemap: "useMap", frameborder: "frameBorder" }; + +})( jQuery );