arturadib / agility

Javascript MVC for the "write less, do more" programmer
http://agilityjs.com
MIT License
542 stars 70 forks source link

Added tests to verify that model change events behave as intended when using extended controller syntax #51

Closed tristanls closed 13 years ago

tristanls commented 13 years ago

We just wanted to make sure that the controller extend syntax was working as intended on model change events that get fired. It's just a sanity check, but we wrote the tests so I figured I'd submit them.

Cheers

arturadib commented 13 years ago

All good.