X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Fattributes.js;h=4d54fd4e452cea19fb9cf1e427e40e6e37a32b9a;hb=df0a3fb8531a452a7b3c6eb7cd7eb7cd59b32d88;hp=4824c29029fc5fb1f146a3f5f9f5b69c18617116;hpb=e1d6edf822f7f875f794849723b13bbf74dd3c83;p=jquery.git diff --git a/src/attributes.js b/src/attributes.js index 4824c29..4d54fd4 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)$/,