Java Tips
Tuesday, July 20, 2010
Calling super class method in javascript
In order to call super class's method, do this:
ClassName.prototype.method.call(this);
where "this" is the child object.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment