Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(239)

Unified Diff: chrome/common/extensions/docs/templates/private/toc_dom_events.html

Issue 61733018: Docserver: Update to the latest version of handlebar. Lots of re-syntaxifying. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comments, rebase Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/docs/templates/private/toc_dom_events.html
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 1af4645f2e1699f37d3704c6f97a679608e6482a..1c79a88478715d4d5e2b3ac45c5d0d2de14b4f3f 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>

Powered by Google App Engine
This is Rietveld 408576698