Skip to content
Permalink
Browse files
Shim/shiv the datalist element for crabby Uncle oldIE.
  • Loading branch information
dmethvin committed Sep 6, 2012
1 parent 1ad614b commit 2a1e5ec
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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);

0 comments on commit 2a1e5ec

Please sign in to comment.