Huh? You can do this:

el.addEvent('click:once', myfunc).removeEvent('click:once', myfunc);

should work fine.

On Mon, Oct 11, 2010 at 2:33 AM, Tim Wienk <[email protected]> wrote:

> You won't be able to remove only the :once events in 1.3, maybe it's a
> feature to discuss for a future release. I think it's not very
> necessary though, since you can remove specific functions by just
> passing the function reference to removeEvent.
>

Reply via email to