mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Merge pull request #522 from rwldrn/10371
Removes 'subline' from test/index.html. Fixes #10371
This commit is contained in:
commit
30cc7ae75c
@ -55,7 +55,7 @@
|
||||
<script>
|
||||
// html5shiv, enabling HTML5 elements to be used with jQuery
|
||||
( "abbr article aside audio canvas details figcaption figure footer header hgroup " +
|
||||
"mark meter nav output progress section subline summary time video"
|
||||
"mark meter nav output progress section summary time video"
|
||||
).replace(/\w+/g, function(n) {
|
||||
document.createElement(n);
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user