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..3e7b30104b7fc11b9b16f53e28ba721f2c6f9ebc 100644 |
--- a/ui/webui/resources/js/cr/ui/table.js |
+++ b/ui/webui/resources/js/cr/ui/table.js |
@@ -218,7 +218,6 @@ cr.define('cr.ui', function() { |
/** |
* Ensures that a given index is inside the viewport. |
* @param {number} i The index of the item to scroll into view. |
- * @return {boolean} Whether any scrolling was needed. |
Dan Beam
2015/10/15 21:56:02
first of many
|
*/ |
scrollIndexIntoView: function(i) { |
this.list_.scrollIndexIntoView(i); |