diff options
author | Dave Methvin <dave.methvin@gmail.com> | 2012-02-13 18:44:32 -0800 |
---|---|---|
committer | Dave Methvin <dave.methvin@gmail.com> | 2012-02-13 18:44:32 -0800 |
commit | a8dd45547cb32a6c5505e139ece70b71cfc97ee8 (patch) | |
tree | 1a4ef8abfed8aaa5ad938b3b0a78d6973b37fa49 /src/manipulation.js | |
parent | 8618487c536f7128222e3d0fefca933cc3e94298 (diff) | |
parent | 8db3fb13a536f69b8eb6c39962fac5af534376cc (diff) | |
download | jquery-a8dd45547cb32a6c5505e139ece70b71cfc97ee8.tar.gz jquery-a8dd45547cb32a6c5505e139ece70b71cfc97ee8.zip |
Merge pull request #679 from rwldrn/fix-ws
Fix whitespace mismatch introduced in bf7a4df22a
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 b295f4b7e..602076a1b 100644 --- a/src/manipulation.js +++ b/src/manipulation.js @@ -24,7 +24,7 @@ var nodeNames = "abbr|article|aside|audio|bdi|canvas|data|datalist|details|figca rhtml = /<|&#?\w+;/, rnoInnerhtml = /<(?:script|style)/i, rnocache = /<(?:script|object|embed|option|style)/i, - rnoshimcache = new RegExp("<(?:" + nodeNames + ")[\\s/>]", "i"), + rnoshimcache = new RegExp("<(?:" + nodeNames + ")[\\s/>]", "i"), // checked="checked" or checked rchecked = /checked\s*(?:[^=]|=\s*.checked.)/i, rscriptType = /\/(java|ecma)script/i, |