Index: chrome/common/extensions/docs/templates/private/callback.html |
diff --git a/chrome/common/extensions/docs/templates/private/callback.html b/chrome/common/extensions/docs/templates/private/callback.html |
index 51a75acc989700955cecfce563ba9924ee2a4d30..b46425cc6ac9a56c3b55c2c3b5bcddb46eae8bf1 100644 |
--- a/chrome/common/extensions/docs/templates/private/callback.html |
+++ b/chrome/common/extensions/docs/templates/private/callback.html |
@@ -17,7 +17,10 @@ |
{{?parameters}} |
<table class="innerTable"> |
{{#p:parameters}} |
- {{+partials.parameter_full parameter:p parentName:name hideParamTOC:true /}} |
+ {{+partials.parameter_full parameter:p |
+ parentName:name |
+ parentCallback:callback |
not at google - send to devlin
2014/07/21 22:49:47
Thanks for doing this. I'm trying to figure out wh
|
+ hideParamTOC:true /}} |
{{/parameters}} |
</table> |
{{/parameters}} |