Call overidden method in Dojo

Posted by nomind on Stack Overflow See other posts from Stack Overflow or by nomind
Published on 2010-05-29T17:48:53Z Indexed on 2010/05/29 17:52 UTC
Read the original article Hit count: 194

Filed under:
|
|

In dojo, one cannot call a overidden superclass method outside of the same method in the derived class (for which there is this.inherited(), other than that one can call using class_name.function_name.apply). This feature is no longer there because of some refactoring and dojo guys are not going to put it back because they are not convinced about a good enough case for this. Please read this mail thread for details. Isn't there a good enough case for this functionality? Why or why not?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about inheritance