Skip to content

Commit

Permalink
event map wording fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dgreensp committed May 11, 2012
1 parent 4c38c56 commit 2738e77
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/client/api.html
Original file line number Diff line number Diff line change
Expand Up @@ -1129,10 +1129,9 @@ <h2 id="meteor_ui"><span>Meteor.ui</span></h2>

The handler function gets one argument, an object with information
about the event. It will receive some additional context data
in `this`, depending on the context (eg: with
[`Meteor.ui.listChunk`](#meteor_ui_listchunk), you get the
document; with a Handlebars template, you get the data being used to
fill the template.)
in `this`, depending on the context of the element that generated
the event, set either by an `event_data` option attached to a chunk
or by a Handlebars template or block helper.

Example:

Expand Down

0 comments on commit 2738e77

Please sign in to comment.