diff options
-rw-r--r-- | test/index.html | 2 |
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); |