Good morning JS geeks,

Can somebody advice is there a way to check if class method exists in
Extended class?

Like:

new Class({

Extends: UnknownClass,

show: function() {
  if (this.hasParent()) {
    this.parent();
  }
  this.doSomethingElse();
}

});


-- 
Subscription settings: 
http://groups.google.com/group/mootools-users/subscribe?hl=en

Reply via email to