mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Tests: Remove html5 shiv
This commit is contained in:
parent
6de1d973a4
commit
6bff3bf7d7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user