aboutsummaryrefslogtreecommitdiffstats
path: root/src/manipulation.js
diff options
context:
space:
mode:
authorRick Waldron <waldron.rick@gmail.com>2011-12-18 10:54:30 -0500
committerDave Methvin <dave.methvin@gmail.com>2012-01-11 22:16:30 -0500
commitd07116a9525f039d7a2a2e080f468d8ddbc283a7 (patch)
tree85f2e152e78fa44350e64e036234e843cbe01e9a /src/manipulation.js
parent491d7e219b595f8f4be1087ec73c256e1849711e (diff)
downloadjquery-d07116a9525f039d7a2a2e080f468d8ddbc283a7.tar.gz
jquery-d07116a9525f039d7a2a2e080f468d8ddbc283a7.zip
Adds 'bdi' and 'data' to shim list and test runner. Fixes #11055
Diffstat (limited to 'src/manipulation.js')
-rw-r--r--src/manipulation.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/manipulation.js b/src/manipulation.js
index d1100f7f8..1b535074f 100644
--- a/src/manipulation.js
+++ b/src/manipulation.js
@@ -14,7 +14,7 @@ function createSafeFragment( document ) {
return safeFrag;
}
-var nodeNames = "abbr|article|aside|audio|canvas|datalist|details|figcaption|figure|footer|" +
+var nodeNames = "abbr|article|aside|audio|bdi|canvas|data|datalist|details|figcaption|figure|footer|" +
"header|hgroup|mark|meter|nav|output|progress|section|summary|time|video",
rinlinejQuery = / jQuery\d+="(?:\d+|null)"/g,
rleadingWhitespace = /^\s+/,