GeppettoJS / backbone.geppetto

Bring your Backbone applications to life with an event-driven Command framework.
http://geppettojs.github.com/backbone.geppetto/
MIT License
203 stars 28 forks source link

Wire dependencies before context initialization #45

Closed creynders closed 10 years ago

creynders commented 10 years ago

As discussed in #43 call context#initialize last when instantiating a context. Tests all pass, so I think there should be no problems. However, I suppose this could be a breaking change for some people..?

geekdave commented 10 years ago

I can't imagine how someone would have written their code such that this would be a breaking change, but will call this out on the release notes just in case.

Thanks for the PR!