Skip to content
Permalink
Browse files
Tests: Remove html5 shiv
  • Loading branch information
dmethvin committed Jan 10, 2014
1 parent 6de1d97 commit 6bff3bf
Showing 1 changed file with 0 additions and 7 deletions.
@@ -27,13 +27,6 @@
<script src="jquery.js"></script>

<script>
// html5shiv, enabling HTML5 elements to be used with jQuery
( "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);
});

// Load tests if they have not been loaded
// This is in a different script tag to ensure that
// jQuery is on the page when the testrunner executes

0 comments on commit 6bff3bf

Please sign in to comment.