| Index: chrome/browser/resources/shared/js/cr/ui/list.js
|
| diff --git a/chrome/browser/resources/shared/js/cr/ui/list.js b/chrome/browser/resources/shared/js/cr/ui/list.js
|
| index 749d0ea88aeacd46b48d26010c851e140bdc5f98..121703a0b9616db58c39f1e80b0f5b4cbdcb04c6 100644
|
| --- a/chrome/browser/resources/shared/js/cr/ui/list.js
|
| +++ b/chrome/browser/resources/shared/js/cr/ui/list.js
|
| @@ -583,7 +583,7 @@ cr.define('cr.ui', function() {
|
| },
|
|
|
| /**
|
| - * Redraws a single item
|
| + * Redraws a single item.
|
| * @param {number} index The row index to redraw.
|
| */
|
| redrawItem: function(index) {
|
| @@ -591,7 +591,7 @@ cr.define('cr.ui', function() {
|
| delete this.cachedItems_[index];
|
| this.redraw();
|
| }
|
| - }
|
| + },
|
| };
|
|
|
| cr.defineProperty(List, 'disabled', cr.PropertyKind.BOOL_ATTR);
|
|
|