Skip to content

Commit

Permalink
Shim/shiv the datalist element for crabby Uncle oldIE.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmethvin committed Sep 6, 2012
1 parent 1ad614b commit 2a1e5ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.html
Expand Up @@ -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);
Expand Down

0 comments on commit 2a1e5ec

Please sign in to comment.