Land some additional tweaks related to running through JSLint.

This commit is contained in:
jeresig 2010-03-01 18:19:29 -05:00
parent fc08d0ea8d
commit a4043cdcbf
5 changed files with 10 additions and 11 deletions

View file

@ -205,7 +205,7 @@ jQuery.fn.extend({
return jQuery.clean([html.replace(rinlinejQuery, "")
// Handle the case in IE 8 where action=/test/> self-closes a tag
.replace(/=([^="'>\s]+\/)>/g, '="$1">')
.replace(/\=([^="'>\s]+\/)>/g, '="$1">')
.replace(rleadingWhitespace, "")], ownerDocument)[0];
} else {
return this.cloneNode(true);