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

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

Issue 1409843002: Make Closure Compiler understand assertNotReached (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
« no previous file with comments | « third_party/closure_compiler/runner/src/org/chromium/closure/compiler/ChromeCodingConvention.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « third_party/closure_compiler/runner/src/org/chromium/closure/compiler/ChromeCodingConvention.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698