Skip to content

Commit

Permalink
Fix TOC re: host event listeners.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpschaaf committed Nov 9, 2015
1 parent a2c51bf commit ce32459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PRIMER.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ See [the full Polymer.Base API documentation](http://polymer.github.io/polymer/)
| Feature | Usage
|---------|-------
| [Local node marshaling](#node-marshaling) | this.$.\<id>
| [Event listener setup](#event-listeners)| listeners: { ‘\<node>.\<event>’: ‘function’, ... }
| [Host event listener setup](#event-listeners)| listeners: { ‘\<event>’: ‘function’, ... }
| [Annotated event listener setup](#annotated-listeners) | \<element on-[event]=”function”>
| [Gesture event support](#gesture-events) | \<element on-[gesture-event]=”function”>

Expand Down

0 comments on commit ce32459

Please sign in to comment.