Update comment

This commit is contained in:
Nate Weaver 2019-12-30 17:35:47 -06:00
parent 58ef7600fb
commit 792fcddaf6
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ var ElementUnwrapper = {
parent.removeChild(element);
},
// `elements` can be a selector string, a node, or a list of nodes
// `elements` can be a selector string, an element, or a list of elements
unwrapAppropriateChildren: function (elements) {
if (typeof elements[Symbol.iterator] !== 'function')
elements = [elements];