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

"apply" arguments to new view instead of "call" #53

Closed mmikeyy closed 10 years ago

mmikeyy commented 10 years ago

arguments pseudo-array is not a suitable parameter for a view's initialize method

geekdave commented 10 years ago

Thanks @mmikeyy for catching this! Since there was a bug here, yet our test suite passed, this also means that we have a gap in our test cases.

Could you please also add a test spec that fails without your change and passes with it? See: https://github.com/ModelN/backbone.geppetto#tests

mmikeyy commented 10 years ago

coming