| Index: chrome/common/extensions/docs/templates/private/property.html
|
| diff --git a/chrome/common/extensions/docs/templates/private/property.html b/chrome/common/extensions/docs/templates/private/property.html
|
| index 37ce835c27846a12cd4e7d2a0558d57047471f87..1650009c72b09d805d47bfb051e051dc423d0b1f 100644
|
| --- a/chrome/common/extensions/docs/templates/private/property.html
|
| +++ b/chrome/common/extensions/docs/templates/private/property.html
|
| @@ -6,6 +6,10 @@
|
| {{?deprecated}}
|
| {{+partials.warning_deprecated item:property/}}
|
| {{/deprecated}}
|
| +{{?availability}}
|
| +<span class="availability">{{+availability.partial content:availability/}}</span>
|
| +{{/availability}}
|
| +
|
| {{?description}}
|
| {{{description}}}
|
| {{/description}}
|
|
|