Re: [DOMCore] Making event initializing easier

On Fri, 24 Jun 2011 09:12:55 +0200, Jonas Sicking <jonas@sicking.cc> wrote:
> Actually, the API I think we should aim for is:
>
> var e = new MouseEvent("mousemove", { bubbles: true, cancelable: false,  
> ... });

I think we can do something like that later. Or do you think there should  
be no init() method at all and that we should just have this?


-- 
Anne van Kesteren
http://annevankesteren.nl/

Received on Friday, 24 June 2011 09:42:38 UTC