hzdg / queueup.js

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

Make `group()` the group ending mechanism #16

Open lettertwo opened 10 years ago

lettertwo commented 10 years ago

It should be the equivalent of .endGroup().startGroup()

matthewwithanm commented 10 years ago

Trickiness: if it were literally that, the new group would be returned and you wouldn't be able to use .then on the closed group. We'll have to think about this more.