Skip to content

Commit a40f970

Browse files
author
Claudio Cicali
committed
Fixes an annotation for createElement
1 parent 7c76445 commit a40f970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)