hzdg / queueup.js

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

Allow loaders to return promises #8

Closed matthewwithanm closed 10 years ago

matthewwithanm commented 10 years ago

In _loadNow, if invoking the loader returns a promise, we should call item.resolve or item.reject based on it.