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

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

Issue 22854025: Use the externally_connectable schema from manifest_types.json to generate its (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 4 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/function_details.html
diff --git a/chrome/common/extensions/docs/templates/private/function_details.html b/chrome/common/extensions/docs/templates/private/function_details.html
index 25bbc1249c096a174ecaf653077d2d5e09fba1b6..6256042ee6eadb8f17fdb64a67d27c45bb92fb27 100644
--- a/chrome/common/extensions/docs/templates/private/function_details.html
+++ b/chrome/common/extensions/docs/templates/private/function_details.html
@@ -25,6 +25,6 @@
{{/function.callback}}
{{?function.returns.is_object}}
<h4>Properties of return type</h4>
- {{+partials.type @:function.returns api:api}}
+ {{+partials.type @:function.returns}}
{{/function.returns.is_object}}
</div>

Powered by Google App Engine
This is Rietveld 408576698