Trying to call arrive/unbindArrive on NodeList (array of dom elements) throws error.
uzairfarooq opened this issue · 1 comments
uzairfarooq commented
Trying to call arrive/unbindArrive on NodeList (array of dom elements) throws this error TypeError: Object #<NodeList> has no method 'arrive'
Code to reproduce the error:
document.getElementsByTagName("body").arrive(".test", function() {
});
uzairfarooq commented
Fixed