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> |