| Index: chrome/common/extensions/docs/templates/private/variable_type.html
|
| diff --git a/chrome/common/extensions/docs/templates/private/variable_type.html b/chrome/common/extensions/docs/templates/private/variable_type.html
|
| index a3791fa0d95f3385166d792f0c3aac71244f1588..708da886c8c572fd778025c2b468b5b6a9d73188 100644
|
| --- a/chrome/common/extensions/docs/templates/private/variable_type.html
|
| +++ b/chrome/common/extensions/docs/templates/private/variable_type.html
|
| @@ -13,7 +13,7 @@ array of {{+partials.variable_type}}
|
| {{simple_type}}
|
| {{/simple_type}}
|
| {{?enum_values}}
|
| -enum of {{#enum_values}}{{?last}}or {{/}}<code>"{{name}}"</code>{{^last}}, {{/}}{{/}}
|
| +enum of {{#enum_values}}{{?@.last}}or {{/}}<code>"{{name}}"</code>{{^@.last}}, {{/}}{{/}}
|
| {{/enum_values}}
|
| {{?value}}
|
| <code>{{value}}</code>
|
|
|