Skip to content

Commit

Permalink
Merge pull request javve#129 from Lianzinho/patch-1
Browse files Browse the repository at this point in the history
Add info about event name at the 'on' method
  • Loading branch information
javve committed Jun 26, 2013
2 parents b75348b + 6cabfea commit 234da5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ hides some items with the `itemObj.hide()` method then you have to call `listObj
if you want the paging to update.

* **on(event, callback)**
Execute `callback` when list have been updated (triggered by `update()`, which is used by a lot of methods).
Execute `callback` when list have been updated (triggered by `update()`, which is used by a lot of methods). Use `updated` as the event.

# Item API
These methods are available for all Items that are returned by
Expand Down

0 comments on commit 234da5f

Please sign in to comment.