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

Unified Diff: ui/webui/resources/js/cr/ui/table.js

Issue 1408533002: Turn on verbose flag for compiling file_manager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 months 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: ui/webui/resources/js/cr/ui/table.js
diff --git a/ui/webui/resources/js/cr/ui/table.js b/ui/webui/resources/js/cr/ui/table.js
index 6a26400863d9d25db7b57a3c89fb508f4ac208b8..9e02ae886261522a4d3d45ca513eea552f8aaf67 100644
--- a/ui/webui/resources/js/cr/ui/table.js
+++ b/ui/webui/resources/js/cr/ui/table.js
@@ -221,7 +221,7 @@ cr.define('cr.ui', function() {
* @return {boolean} Whether any scrolling was needed.
*/
scrollIndexIntoView: function(i) {
- this.list_.scrollIndexIntoView(i);
+ return this.list_.scrollIndexIntoView(i);
},
/**

Powered by Google App Engine
This is Rietveld 408576698