Releases: flowjs/flow.js
Releases · flowjs/flow.js
v2.1.0
.off([event, [callback]])
:
.off()
All events are removed.
.off(event)
Remove all callbacks of specific event.
.off(event, callback)
Remove specific callback of event. callback
should be a Function
.
v2.0.1
- fix for module.exports and amd loaders