Skip to content

Commit 48f27bb

Browse files
author
aFarkas
committed
Merge remote-tracking branch 'origin/master'
2 parents e5cb874 + 7307916 commit 48f27bb

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

composer.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
"MIT",
88
"GPL-2.0"
99
],
10-
"require": {
11-
"robloach/component-installer": "*"
12-
},
1310
"extra": {
1411
"component": {
1512
"scripts": [

src/html5shiv.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
* returns a shived element for the given nodeName and document
122122
* @memberOf html5
123123
* @param {String} nodeName name of the element
124-
* @param {Document} ownerDocument The context document.
124+
* @param {Document|DocumentFragment} ownerDocument The context document.
125125
* @returns {Object} The shived element.
126126
*/
127127
function createElement(nodeName, ownerDocument, data){

0 commit comments

Comments
 (0)