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

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

Issue 10969053: Extensions Docs Server: Show callbacks for events (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: put callback on its own line Created 8 years, 3 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 | « chrome/common/extensions/docs/server2/test_data/test_json/expected_test_file.json ('k') | 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/event.html
diff --git a/chrome/common/extensions/docs/templates/private/event.html b/chrome/common/extensions/docs/templates/private/event.html
index 639f35cf4ef940223247e86a63b16f1d7c9257f9..b641d50cafedb47c223b062db7a52d4df76bbfa6 100644
--- a/chrome/common/extensions/docs/templates/private/event.html
+++ b/chrome/common/extensions/docs/templates/private/event.html
@@ -28,6 +28,9 @@
<dl>
{{#parameters}}{{+partials.parameter_full}}{{/}}
</dl>
+ {{?callback}}
+ {{+partials.callback}}
+ {{/callback}}
{{/parameters}}
{{?filters}}
<h4>Filters</h4>
« no previous file with comments | « chrome/common/extensions/docs/server2/test_data/test_json/expected_test_file.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698