Skip to content

v2.1.0

Compare
Choose a tag to compare
@AidasK AidasK released this 15 Dec 15:13
· 264 commits to master since this release
  • .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.