summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs/templates/private/toc_dom_events.html
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/extensions/docs/templates/private/toc_dom_events.html')
-rw-r--r--chrome/common/extensions/docs/templates/private/toc_dom_events.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/common/extensions/docs/templates/private/toc_dom_events.html b/chrome/common/extensions/docs/templates/private/toc_dom_events.html
index 1af4645..1c79a88 100644
--- a/chrome/common/extensions/docs/templates/private/toc_dom_events.html
+++ b/chrome/common/extensions/docs/templates/private/toc_dom_events.html
@@ -1,6 +1,6 @@
<a href="#dom_events">DOM Events</a>
<ol>
- {{#domEvents}}
- <li><a href="#{{id}}">{{name}}</a></li>
+ {{#e:domEvents}}
+ <li><a href="#{{e.id}}">{{e.name}}</a></li>
{{/domEvents}}
</ol>