We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e5cb874 + 7307916 commit 48f27bbCopy full SHA for 48f27bb
composer.json
@@ -7,9 +7,6 @@
7
"MIT",
8
"GPL-2.0"
9
],
10
- "require": {
11
- "robloach/component-installer": "*"
12
- },
13
"extra": {
14
"component": {
15
"scripts": [
src/html5shiv.js
@@ -121,7 +121,7 @@
121
* returns a shived element for the given nodeName and document
122
* @memberOf html5
123
* @param {String} nodeName name of the element
124
- * @param {Document} ownerDocument The context document.
+ * @param {Document|DocumentFragment} ownerDocument The context document.
125
* @returns {Object} The shived element.
126
*/
127
function createElement(nodeName, ownerDocument, data){
0 commit comments