rendrjs / rendr

Render your Backbone.js apps on the client and the server, using Node.js.
MIT License
4.09k stars 312 forks source link

Fixes fetchFromApi to work in amd (async) environments #496

Closed alexindigo closed 8 years ago

alexindigo commented 8 years ago

Fixing another integration point with AMD universe. Thanks.

/cc @rendrjs/maintainers @crwang

spikebrehm commented 8 years ago

LGTM, thanks.

alexindigo commented 8 years ago

Thank you @spikebrehm. Any ETA on new package cut? :)

spikebrehm commented 8 years ago

That's a better question for the rest of @rendrjs/maintainers :)

alexindigo commented 8 years ago

I see. Thanks.

@rendrjs/maintainers let me know if I can help in any way to expedite the process. Thanks.

saponifi3d commented 8 years ago

@alexindigo I can cut aa minor release tonight or tomorrow. Doesn't look like this is anything more than a bug fix

alexindigo commented 8 years ago

Yep, just a bug fix. fetchFromApi is async anyway, this one just makes it true to it's nature. :) Thanks.