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

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: 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..f1153945c794b695d10899c01c8c90b6782ea56f 100644
--- a/chrome/common/extensions/docs/templates/private/event.html
+++ b/chrome/common/extensions/docs/templates/private/event.html
@@ -28,6 +28,7 @@
<dl>
{{#parameters}}{{+partials.parameter_full}}{{/}}
</dl>
+ {{?callback}}{{+partials.callback}}{{/}}
not at google - send to devlin 2012/09/24 00:49:01 nit: put {{+partials.callback}} on its own line so
not at google - send to devlin 2012/09/24 00:49:27 ok, don't know why i prefixed that with "nit", bec
cduvall 2012/09/24 22:29:03 Done.
{{/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