Chromium Code Reviews| Index: chrome/common/extensions/docs/templates/private/api_reference.html |
| diff --git a/chrome/common/extensions/docs/templates/private/api_reference.html b/chrome/common/extensions/docs/templates/private/api_reference.html |
| index a9580e2a0cb709a1c1d10c3cdf2de8fe9bec0ca9..f98c01863631695da75162d06deb4d646f594426 100644 |
| --- a/chrome/common/extensions/docs/templates/private/api_reference.html |
| +++ b/chrome/common/extensions/docs/templates/private/api_reference.html |
| @@ -10,7 +10,7 @@ |
| {{?api.properties}} |
| <h3 id="properties">Properties</h3> |
| {{#api.properties}} |
| - {{+partials.api_property api:api}} |
| + {{+partials.api_property api:api property:@}} |
|
not at google - send to devlin
2012/09/28 04:03:11
why do you need this change?
cduvall
2012/09/29 00:37:49
The api_property partial needs to refer to the pro
|
| {{/}} |
| {{/api.properties}} |
| {{?api.functions}} |