Cleanup & travis (should break)
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
/* global HTMLCollection: true */
|
||||
|
||||
module.exports = function(els, fn, context) {
|
||||
if (els instanceof HTMLCollection || els instanceof NodeList || els instanceof Array) {
|
||||
return Array.prototype.forEach.call(els, fn, context)
|
||||
|
||||
Reference in New Issue
Block a user