X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=src%2Fattributes.js;h=4fa49b914169a90af85fa579867ed8ed32c80690;hb=a44ec402771f6d622506f39073d0be260400dd21;hp=fecba6617c848042101aaf61435ba474aeda13a0;hpb=b920f0aeb483f4565ff2f3c1d2a328d5200b23f7;p=jquery.git diff --git a/src/attributes.js b/src/attributes.js index fecba66..4fa49b9 100644 --- a/src/attributes.js +++ b/src/attributes.js @@ -1,3 +1,5 @@ +(function( jQuery ) { + var rclass = /[\n\t]/g, rspace = /\s+/, rreturn = /\r/g, @@ -341,3 +343,5 @@ jQuery.extend({ } } }); + +})( jQuery );