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

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

Issue 14991011: Merge 200687 "Docserver: update third_party/handlebar. handlebar..." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1453/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_types.html
===================================================================
--- chrome/common/extensions/docs/templates/private/toc_types.html (revision 200693)
+++ chrome/common/extensions/docs/templates/private/toc_types.html (working copy)
@@ -1,13 +1,13 @@
<a href="#{{?parent_name}}{{parent_name}}-{{/}}types">Types</a>
<ol>
- {{#@}}
+ {{#types}}
<li>
<a href="#{{id}}">{{name}}</a>
{{?functions}}<ol><li>
- {{+partials.toc_functions parent_name:name}}
+ {{+partials.toc_functions parent_name:name functions:functions}}
</li></ol>{{/}}
{{?events}}<ol><li>
- {{+partials.toc_events parent_name:name}}
+ {{+partials.toc_events parent_name:name events:events}}
</li></ol>{{/}}
</li>
{{/}}
« no previous file with comments | « chrome/common/extensions/docs/templates/private/toc_properties.html ('k') | third_party/handlebar/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698