hzdg / queueup.js

A promise-based JavaScript asset loader.
2 stars 0 forks source link

Rename item callback and errback #9

Closed matthewwithanm closed 10 years ago

matthewwithanm commented 10 years ago

Currently, they're called resolve and reject, but they should be something like done and fail to separate them from the deferred api.