Chromium Code Reviews| 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..68ac65cc5fb75f83bfa787282fc4e691acdbf81e 100644 |
| --- a/chrome/common/extensions/docs/templates/private/callback.html |
| +++ b/chrome/common/extensions/docs/templates/private/callback.html |
| @@ -17,7 +17,9 @@ |
| {{?parameters}} |
| <table class="innerTable"> |
| {{#p:parameters}} |
| - {{+partials.parameter_full parameter:p parentName:name hideParamTOC:true /}} |
| + {{+partials.parameter_full parameter:p |
| + parentName:name |
| + hideParamTOC:true /}} |
|
not at google - send to devlin
2014/07/23 18:12:03
this is just a (unnecessary) formatting change rig
|
| {{/parameters}} |
| </table> |
| {{/parameters}} |