Skip to content

Commit

Permalink
chore(README): add events to README
Browse files Browse the repository at this point in the history
  • Loading branch information
patriciagarcia committed Jun 26, 2015
1 parent 9e5ddd8 commit a478c7c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -47,6 +47,9 @@ api.remove(object)
api.remove([object1, id2])
api.removeAll()
api.removeAll(filterFunction)
api.on(eventName, eventHandlerFunction)
api.one(eventName, eventHandlerFunction)
api.off(eventName, eventHandlerFunction)
```

Full API documentation is available at:
Expand Down

0 comments on commit a478c7c

Please sign in to comment.