bind-once
v1.0.2
Published
Bind an event handler that will be triggered once, event if the event happen before the binding.
Downloads
46
Readme
once
Bind an event handler that will be triggered once, event if the event happen before the binding.
How to bind
once('EVENT_NAME', handler)
How to trigger
once('EVENT_NAME')
