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

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

Issue 14693006: Docserver: update handlebar. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 months 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_properties.html
diff --git a/chrome/common/extensions/docs/templates/private/toc_properties.html b/chrome/common/extensions/docs/templates/private/toc_properties.html
index 9c3b50bc489afa64c5f5e2d7f53a0f3763dcf1fb..630eac9ed95746444c6d12bf71ad7dbfe2e5e4a3 100644
--- a/chrome/common/extensions/docs/templates/private/toc_properties.html
+++ b/chrome/common/extensions/docs/templates/private/toc_properties.html
@@ -1,17 +1,17 @@
<a href="#{{?parent_name}}{{parent_name}}-{{/}}properties">Properties</a>
<ol>
- {{#@}}
+ {{#properties}}
<li>
<a href="#{{id}}">{{name}}</a>
{{?functions}}<ol><li>
- {{+partials.toc_functions parent_name:name}}
- </li></ol>{{/}}
+ {{+partials.toc_functions parent_name:name functions:functions}}
+ </li></ol>{{/functions}}
{{?events}}<ol><li>
- {{+partials.toc_events parent_name:name}}
- </li></ol>{{/}}
+ {{+partials.toc_events parent_name:name events:events}}
+ </li></ol>{{/events}}
{{?properties}}<ol><li>
- {{+partials.toc_properties parent_name:name}}
- </li></ol>{{/}}
+ {{+partials.toc_properties parent_name:name properties:properties}}
+ </li></ol>{{/properties}}
</li>
{{/}}
</ol>

Powered by Google App Engine
This is Rietveld 408576698