]> source.dussan.org Git - jquery.git/commitdiff
Remove fix for #11280
authorOleg <markelog@gmail.com>
Fri, 28 Dec 2012 15:16:22 +0000 (19:16 +0400)
committerOleg <markelog@gmail.com>
Fri, 28 Dec 2012 15:16:22 +0000 (19:16 +0400)
src/manipulation.js

index 7fd31c6405756473fac49957fcefda00e470f081..3c2cea824279056d5b5765d493300d62efb0eebe 100644 (file)
@@ -12,7 +12,6 @@ var rxhtmlTag = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>
 
                // Support: IE 9
                option: [ 1, "<select multiple='multiple'>" ],
-               param: [ 1, "<object>" ],
                thead: [ 1, "<table>"  ],
                tr: [ 2, "<table><tbody>" ],
                col: [ 2, "<table><tbody></tbody><colgroup>" ],