about mootools1.3 Implements parent
// example start
var A=new Class({
initialize: function(){
alert('A');
}
});
var B = new Class({
Implements: A
});// example end
execute the example SYS say 'A';
before mt1.2.XX is not so, he will cover pars'method but not invok.
is this a bug or it is sure so?
thanks!!!
2
votes
hanhan
shared this idea