- From: Jonas Sicking <jonas@sicking.cc>
- Date: Wed, 09 Apr 2008 19:17:36 -0700
- To: Boris Zbarsky <bzbarsky@MIT.EDU>
- CC: Web API public <public-webapi@w3.org>
Boris Zbarsky wrote: > > Jonas Sicking wrote: >> oldAddEL = EventTarget.prototype.addEventListener; >> Node.prototype.addEventListener = function(type, > > I should note that this wouldn't work in recent Geckos, by the way... I think it might actually, since addEventListener isn't on the nodes prototype chain normally. But in any case if the above didn't work it's a Gecko bug and not something we should design APIs around. / Jonas
Received on Thursday, 10 April 2008 02:19:59 UTC