| Index: chrome/common/extensions/docs/templates/private/api_property.html
|
| diff --git a/chrome/common/extensions/docs/templates/private/api_property.html b/chrome/common/extensions/docs/templates/private/api_property.html
|
| index 918d9ff7320dd8ada82779f6d63f19d9037c6148..c994b0d4f1f3bf9e1afd9f25e348ab7620fbe366 100644
|
| --- a/chrome/common/extensions/docs/templates/private/api_property.html
|
| +++ b/chrome/common/extensions/docs/templates/private/api_property.html
|
| @@ -2,7 +2,7 @@
|
| <div>
|
| <h3 id="{{id}}">{{name}}</h3>
|
| <div class="summary">
|
| - <div class="line">{{+partials.api_namespace api:api/}}{{name}}</div>
|
| + <div class="line">{{api.namespace}}.{{name}}</div>
|
| </div>
|
| <div>
|
| <dt><span class="property">{{name}}</span> {{+partials.type_name link:link type:property/}}</dt>
|
|
|