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

throws error when command not constructable #21

Closed creynders closed 11 years ago

creynders commented 11 years ago

i.e. if the object passed to Context#mapCommand is not a function an error is thrown.

geekdave commented 11 years ago

Looks great; thanks!

creynders commented 11 years ago

WIth pleasure!