| 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 c89dfe2b4d05e3d1bcacf34486cdc6b5a2be0492..f6d4b08092c2bf783d815fda59b46feaa13d69cf 100644
|
| --- a/chrome/common/extensions/docs/templates/private/property.html
|
| +++ b/chrome/common/extensions/docs/templates/private/property.html
|
| @@ -1,9 +1,10 @@
|
| +{{#property}}
|
| <dt>
|
| <span class="variable">{{name}}</span>
|
| <span class="property">
|
| (
|
| {{?optional}}<span class="optional">optional</span>{{/}}
|
| - {{+partials.variable_type}}
|
| + {{+partials.variable_type type:property/}}
|
| )
|
| </span>
|
| </dt>
|
| @@ -11,11 +12,12 @@
|
| {{?description}}
|
| {{{description}}}
|
| {{/description}}
|
| -{{+partials.enum_descriptions values:enum_values}}
|
| +{{+partials.enum_descriptions enums:enum_values/}}
|
| {{?array.is_object}}
|
| <h5>Properties of each object in <span class="variable">{{name}}</span></h5>
|
| <dl>
|
| - {{+partials.type @:array}}
|
| + {{+partials.type type:array/}}
|
| </dl>
|
| {{/array.is_object}}
|
| </dd>
|
| +{{/property}}
|
|
|