[editor: moving to the appropriate forum…]
(Using dojo 1.1.1)
Can anyone spot why the parent class's constructor is not called when constructing a new instance of my class?
In the following piece of code, dojo creates the dojoSelect widget and properly assigns it to input#dojoNode.
It also creates the mySelect widget but fails to assign it to input#myNode.
