| Index: chrome/browser/resources/options/inline_editable_list.js
|
| diff --git a/chrome/browser/resources/options/inline_editable_list.js b/chrome/browser/resources/options/inline_editable_list.js
|
| index 7a502fa46ba707c02dd62f23e8df183efb0d2e01..cc6c9f7c3e1d9052a6a98c48d24b6f3fd7fe92dc 100644
|
| --- a/chrome/browser/resources/options/inline_editable_list.js
|
| +++ b/chrome/browser/resources/options/inline_editable_list.js
|
| @@ -9,7 +9,7 @@ cr.define('options', function() {
|
| /**
|
| * Creates a new list item with support for inline editing.
|
| * @constructor
|
| - * @extends {options.DeletableListItem}
|
| + * @extends {options.DeletableItem}
|
| */
|
| function InlineEditableItem() {
|
| var el = cr.doc.createElement('div');
|
| @@ -46,7 +46,7 @@ cr.define('options', function() {
|
|
|
| /**
|
| * Fields associated with edit mode.
|
| - * @type {array}
|
| + * @type {Array}
|
| * @private
|
| */
|
| editFields_: null,
|
|
|