| 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 c994b0d4f1f3bf9e1afd9f25e348ab7620fbe366..69837a249416b7e532f5c0bee26d64fb639bc5d5 100644
|
| --- a/chrome/common/extensions/docs/templates/private/api_property.html
|
| +++ b/chrome/common/extensions/docs/templates/private/api_property.html
|
| @@ -10,7 +10,7 @@
|
| {{{description}}}
|
| </dd>{{/description}}
|
| {{?properties}}
|
| - <h4 id="{{name}}-properties">
|
| + <h4 id="{{name}}-properties" title="">
|
| Properties of <a href="#property-{{name}}">{{name}}</a>
|
| </h4>
|
| <dd><dl>{{#p:properties}}
|
| @@ -18,7 +18,7 @@
|
| {{/properties}}</dl></dd>
|
| {{/properties}}
|
| {{?functions}}
|
| - <h4 id="{{name}}-functions">
|
| + <h4 id="{{name}}-functions" title="">
|
| Methods of <a href="#property-{{name}}">{{name}}</a>
|
| </h4>
|
| <dd><dl>{{#f:functions}}
|
|
|