X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=src%2Fattributes.js;h=b0e3601f5b00aa311f0ff956a82848ef29e3ef95;hb=d4a9d45527ac8861f50ae3777d1bb3e33dacbea2;hp=f463b4afba70fa5992c19c2dce061a3a0de8f43d;hpb=b50f41a2e3ba9ab9a7bcf69a9633b0a8258015d6;p=jquery.git diff --git a/src/attributes.js b/src/attributes.js index f463b4a..b0e3601 100644 --- a/src/attributes.js +++ b/src/attributes.js @@ -1,6 +1,6 @@ (function( jQuery ) { -var rclass = /[\n\t]/g, +var rclass = /[\n\t\r]/g, rspaces = /\s+/, rreturn = /\r/g, rspecialurl = /^(?:href|src|style)$/,