adobe-webplatform / eve

Custom events…
http://dmitry.baranovskiy.com/eve/
Apache License 2.0
316 stars 110 forks source link

eve.once() #2

Closed gilmoreorless closed 12 years ago

gilmoreorless commented 12 years ago

Hi Dmitry,

I needed a "fire once and forget" method for eve, mainly to be used as a post-login callback queue. I added it as eve.once() but the name can change (I know jQuery uses .one() but that looks a bit too similar to .on() for me).

I also made some tweaks to the documentation and fixed up an undeclared jj variable in eve.unbind()

Cheers,

Gil