You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Enhancement request) Currently, on(), many(), once() return nothing and it's quite a pain to call F2.Events.off.
These methods should return an event handle with an off() method to make it easy to cancel a single event. F2.Events::off() can still be used to remove a large class of events.
I'll try to put up a jsfiddle next week.
The text was updated successfully, but these errors were encountered:
(Enhancement request) Currently, on(), many(), once() return nothing and it's quite a pain to call F2.Events.off.
These methods should return an event handle with an off() method to make it easy to cancel a single event. F2.Events::off() can still be used to remove a large class of events.
I'll try to put up a jsfiddle next week.
The text was updated successfully, but these errors were encountered: