Closed vinibaggio closed 11 years ago
i guess the only reason to use methods() is if you want to use this.supr?
in any case, LGTM
Dan mentioned we could use node's inheritance to do this, but I didn't finish doing it last night. I am finishing it now and will push to this same branch.
@nicks Done, I've added also a little help message when invoking matador.js w/o arguments. Please let me know what you think.
Sweet, LG
Node exposes the super through Constructor.super_
w00t
Thanks! :+1:
Instead of using the "methods" to extend the basic controller, using just prototype directly. I tried to make integration tests for these, but was no trivial task.