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

Unified Diff: chrome/common/extensions/docs/server2/handlebar_dict_generator.py

Issue 10837073: Extension docs server: fix the rendering of webstore.html. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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 | chrome/common/extensions/docs/server2/templates/private/callback.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/server2/handlebar_dict_generator.py
diff --git a/chrome/common/extensions/docs/server2/handlebar_dict_generator.py b/chrome/common/extensions/docs/server2/handlebar_dict_generator.py
index 3c21bd464c352ccc437d59139652d814251d4bdf..baf07d9f06344a5184f2a5ffd6156fb5a76e977b 100644
--- a/chrome/common/extensions/docs/server2/handlebar_dict_generator.py
+++ b/chrome/common/extensions/docs/server2/handlebar_dict_generator.py
@@ -126,7 +126,7 @@ class HandlebarDictGenerator(object):
if not callback:
return None
callback_dict = {
- 'name': 'callback',
+ 'name': callback.name,
'description': self._FormatDescription(callback.description),
'simple_type': {'simple_type': 'function'},
'optional': callback.optional,
« no previous file with comments | « no previous file | chrome/common/extensions/docs/server2/templates/private/callback.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698