Skip to content

Commit 7307916

Browse files
author
Alexander Farkas
committed
Merge pull request #188 from claudioc/notation-fix
Fixes an annotation for createElement
2 parents 7c76445 + a40f970 commit 7307916

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)