hzdg / queueup.js

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

Separate load options from item? #10

Closed matthewwithanm closed 10 years ago

matthewwithanm commented 10 years ago

Currently, the options passed to the load method and the "item" containing loader information are just mixed together. Should they be separated? e.g. The "item" object should contain a "loaderOptions" attribute.