]> source.dussan.org Git - jquery.git/commitdiff
Removes 'subline' from test/index.html. Fixes #10371 522/head
authorRick Waldron <waldron.rick@gmail.com>
Wed, 28 Sep 2011 19:50:33 +0000 (15:50 -0400)
committerRick Waldron <waldron.rick@gmail.com>
Wed, 28 Sep 2011 19:50:33 +0000 (15:50 -0400)
test/index.html

index 294e0431677644a1042b41ebd9adf2c5a42f82b7..40e6803c78fb1bd374d7dea063806b7752c83d31 100644 (file)
@@ -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);
                });