More comments cleanup
This commit is contained in:
@@ -4,6 +4,6 @@ module.exports = function(els, fn, context) {
|
||||
if (els instanceof HTMLCollection || els instanceof NodeList || els instanceof Array) {
|
||||
return Array.prototype.forEach.call(els, fn, context)
|
||||
}
|
||||
// assume simple dom element
|
||||
// assume simple DOM element
|
||||
return fn.call(context, els)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user