Matt Mueller
Matt Mueller
Tempted to replace this implementation with `ianstormtaylor/css`. I feel like I made a mistake porting `jQuery.css` to this library. Rather than fix ALL THE BUGS we can start small and...
cool, we should probably just be using dom-css.
yah, I definitely can see the potential issues that might come up. But by putting them all in one spot, we can compare/select components more quickly and it helps newcomers...
I just ran through the workflow and it's really easy to set up (especially with git-extras). The other benefit of using gh-pages is that you can just link to them...
yah, i like that. some people may choose to put a demo on their blog, etc. Also just realized that the gh-pages branch could get out of date pretty easily...
maybe take a look at https://github.com/matthewmueller/array. It was inspired by this lib / enumerable. Has events and only difference between collection and array.js is that collection wraps array, while array.js...
i think i made a few minor modifications, but the only big change is `arr.at(i)` => `arr[i]`
please rebase and we'll merge :-)
does this work with unbind? that's the tricky part.
i'm fine with this change, but is removing it and having it just be `window` to encourage people not to write bad code?