diff options
author | jeresig <jeresig@gmail.com> | 2010-03-01 18:19:29 -0500 |
---|---|---|
committer | jeresig <jeresig@gmail.com> | 2010-03-01 18:19:29 -0500 |
commit | a4043cdcbfa1ca069265a7cbcaba269629789cc0 (patch) | |
tree | 2659778180cecf9f08614f814e34bac5beefe42f /src/manipulation.js | |
parent | fc08d0ea8dc881ed56102eb14e3ad9c54cccc34e (diff) | |
download | jquery-a4043cdcbfa1ca069265a7cbcaba269629789cc0.tar.gz jquery-a4043cdcbfa1ca069265a7cbcaba269629789cc0.zip |
Land some additional tweaks related to running through JSLint.
Diffstat (limited to 'src/manipulation.js')
-rw-r--r-- | src/manipulation.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/manipulation.js b/src/manipulation.js index 196f23072..529280a62 100644 --- a/src/manipulation.js +++ b/src/manipulation.js @@ -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); |