summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs/templates/private/toc_functions.html
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/extensions/docs/templates/private/toc_functions.html')
-rw-r--r--chrome/common/extensions/docs/templates/private/toc_functions.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/common/extensions/docs/templates/private/toc_functions.html b/chrome/common/extensions/docs/templates/private/toc_functions.html
index 23d3995..9ee0130 100644
--- a/chrome/common/extensions/docs/templates/private/toc_functions.html
+++ b/chrome/common/extensions/docs/templates/private/toc_functions.html
@@ -1,6 +1,6 @@
<a href="#{{?parentName}}{{parentName}}-{{/}}methods">Methods</a>
<ol>
- {{#functions}}
- <li><a href="#{{id}}">{{name}}</a></li>
+ {{#f:functions}}
+ <li><a href="#{{f.id}}">{{f.name}}</a></li>
{{/functions}}
</ol>