mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
Fix TOC re: host event listeners.
This commit is contained in:
parent
a2c51bf11e
commit
ce3245909b
@ -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”>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user