Closed jhnns closed 11 years ago
It would be cool to select nodes under the current parentNode of a DisplayObject.
myMethod: function () { // calls internally this.parentNode.getElement(selector) this.select(".myClass"); }
The method has been implemented and is called find() now.
find()
It would be cool to select nodes under the current parentNode of a DisplayObject.