Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2302)

Unified Diff: chrome/browser/resources/shared/js/cr/ui/list.js

Issue 5935003: DOMUI: Implement new-style password manager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Selection transitions. Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
« no previous file with comments | « chrome/browser/resources/options/personal_options.js ('k') | chrome/browser/resources/shared/js/cr/ui/list_item.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698