Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…heissu-patch-1
  • Loading branch information
EisenbergEffect committed Nov 24, 2015
2 parents e2adc4e + b453af7 commit 1f16cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/article/en-US/cheat-sheet.html
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@

Use on any native or custom DOM event. (Do not include the "on" prefix in the event name.)

* `.trigger` - Attaches an even handler directly to the element. When the even fires, the expression will be invoked.
* `.trigger` - Attaches an event handler directly to the element. When the event fires, the expression will be invoked.
* `.delegate` - Attaches a single event handler to the document (or nearest shadow DOM boundary) which handles all events of the specified type, properly dispatching them back to their original targers for invocation of the associated expression.

> **Note:** The `$event` property can be passed as an argument to a delegate/trigger function call if you need to access the event object.
Expand Down

0 comments on commit 1f16cfa

Please sign in to comment.