motion-kit / motion-kit-events

MotionKit::Events provides event hooks to cleanly separate your views, controllers, and event handling
18 stars 1 forks source link

Remove an event #2

Closed willrax closed 10 years ago

willrax commented 10 years ago

Hey @colinta :)

Is there a way to remove an event. Eg: Someone has subscribed to a feed and i don't want them to be able to press the button again and relaunch the event.

colinta commented 10 years ago

@jamonholmgren added the off method, available in 0.3.0

willrax commented 10 years ago

That was quick! thanks :)