this is already possible:
NewDynLayer.prototype._OldDL_specificCreate=DynLayer.prototype.specificCreate;
NewDynLayer.prototype.specificCreate = function() {
this._OldDL_specificCreate();
this.assignMouseEvents();
};
Eytan Heidingsfeld wrote:
> If we are talking about change I sincerely request you look at my
> inheritance model again.
> Or at least change a bit of our model. Currently there is no reference to
> inherited methods. If you want to declare a specificCreate for an object
> that inherits from DynLayer your screwed.
>
> 8an
>
> _______________________________________________
> Dynapi-Dev mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/dynapi-dev
--
Michael Pemberton
[EMAIL PROTECTED]
ICQ: 12107010
_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-dev