Merge branch 't7673' of https://github.com/jitter/jquery into jitter-t7673

This commit is contained in:
John Resig 2010-12-06 16:57:41 -05:00
commit e56d6f676b
2 changed files with 9 additions and 5 deletions

View file

@ -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)$/,