| Index: chrome/common/extensions/docs/templates/private/function_details.html
|
| diff --git a/chrome/common/extensions/docs/templates/private/function_details.html b/chrome/common/extensions/docs/templates/private/function_details.html
|
| index 25bbc1249c096a174ecaf653077d2d5e09fba1b6..6256042ee6eadb8f17fdb64a67d27c45bb92fb27 100644
|
| --- a/chrome/common/extensions/docs/templates/private/function_details.html
|
| +++ b/chrome/common/extensions/docs/templates/private/function_details.html
|
| @@ -25,6 +25,6 @@
|
| {{/function.callback}}
|
| {{?function.returns.is_object}}
|
| <h4>Properties of return type</h4>
|
| - {{+partials.type @:function.returns api:api}}
|
| + {{+partials.type @:function.returns}}
|
| {{/function.returns.is_object}}
|
| </div>
|
|
|