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

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

Issue 2727573006: Fix rendering functions of "properties" of an api object (Closed)
Patch Set: Created 3 years, 10 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/templates/private/api_property.html
diff --git a/chrome/common/extensions/docs/templates/private/api_property.html b/chrome/common/extensions/docs/templates/private/api_property.html
index f728033c311f95ca26b5bf727644efe1abfaf98a..0b30e78d53186a6f31aeaf91d4724c30a6bc896b 100644
--- a/chrome/common/extensions/docs/templates/private/api_property.html
+++ b/chrome/common/extensions/docs/templates/private/api_property.html
@@ -23,7 +23,9 @@
<table class="innerTable">
<thead><th colspan="3">Functions</th></thead>
{{#f:functions}}
- {{+partials.function function:f parentName:false/}}
+ <tr><td>
+ {{+partials.function function:f parentName:false/}}
+ </td></tr>
{{/functions}}
</table>
{{/functions}}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698