Skip to content

Commit

Permalink
Tests: Remove html5 shiv
Browse files Browse the repository at this point in the history
  • Loading branch information
dmethvin committed Jan 10, 2014
1 parent 6de1d97 commit 6bff3bf
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6bff3bf

Please sign in to comment.