aboutsummaryrefslogtreecommitdiffstats
path: root/test/index.html
diff options
context:
space:
mode:
authorDave Methvin <dave.methvin@gmail.com>2012-09-05 22:01:35 -0400
committerDave Methvin <dave.methvin@gmail.com>2012-09-05 22:01:35 -0400
commit2a1e5eccf510bd5c3527121e1808cdc687b3a721 (patch)
tree38606430046eb89d832855bae63bd44ccb072e47 /test/index.html
parent1ad614b4a97e73d1fcb0b677e0953abebcc6989f (diff)
downloadjquery-2a1e5eccf510bd5c3527121e1808cdc687b3a721.tar.gz
jquery-2a1e5eccf510bd5c3527121e1808cdc687b3a721.zip
Shim/shiv the datalist element for crabby Uncle oldIE.
Diffstat (limited to 'test/index.html')
-rw-r--r--test/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/index.html b/test/index.html
index 7fcc54fca..b8e6ff799 100644
--- a/test/index.html
+++ b/test/index.html
@@ -59,7 +59,7 @@
<script>
// html5shiv, enabling HTML5 elements to be used with jQuery
- ( "abbr article aside audio bdi canvas data details figcaption figure footer header hgroup " +
+ ( "abbr article aside audio bdi canvas data datalist details figcaption figure footer header hgroup " +
"mark meter nav output progress section summary time video"
).replace(/\w+/g, function(n) {
document.createElement(n);