Land some additional tweaks related to running through JSLint.
This commit is contained in:
parent
fc08d0ea8d
commit
a4043cdcbf
5 changed files with 10 additions and 11 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue