PDA

View Full Version : API Doc: What are the methods for Object?



wyattbiker
24 Jun 2009, 12:10 PM
When I get to a class that extends Object, where can I find all the methods/properties of Object? Or is Object the Javascript Dom at this point.

tryanDLS
24 Jun 2009, 1:05 PM
Nothing in Ext exends Object b/c object has no functionality. Object is not the DOM, it's simply an empty structure, until properties are added.