Shim/shiv the datalist element for crabby Uncle oldIE.

This commit is contained in:
Dave Methvin 2012-09-05 22:01:35 -04:00
parent 1ad614b4a9
commit 2a1e5eccf5

View File

@ -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);