cmawhorter / fancy

1 stars 2 forks source link

uses() returns a Collection and it's really buggy; needs to be rewritten #3

Open cmawhorter opened 8 years ago

cmawhorter commented 8 years ago

The Collection object returned by uses() doesn't really work right and is incomplete.

Calling .url() on any of the items it contains leads to an undefined error but doing collection.forEach(function(page) { page.url() }) works. o.0

Collection should be rewritten because it contains numerous problems.

cmawhorter commented 8 years ago

this project has an implementation of subclassing an array that seems pretty well tested. that'd be a start