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

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

Issue 508283002: Revert "Typecheck JS files for chrome://extensions" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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 | « ui/webui/resources/js/cr/ui/list_item.js ('k') | ui/webui/resources/js/cr/ui/list_selection_model.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/resources/js/cr/ui/list_selection_controller.js
diff --git a/ui/webui/resources/js/cr/ui/list_selection_controller.js b/ui/webui/resources/js/cr/ui/list_selection_controller.js
index 9b840d0edd7d1de086f35f79f2181b3d62b49bb7..15ab813504a9b0bee228d4b75546229c0f9a1f54 100644
--- a/ui/webui/resources/js/cr/ui/list_selection_controller.js
+++ b/ui/webui/resources/js/cr/ui/list_selection_controller.js
@@ -14,7 +14,7 @@ cr.define('cr.ui', function() {
* interact with.
*
* @constructor
- * @extends {cr.EventTarget}
+ * @extends {!cr.EventTarget}
*/
function ListSelectionController(selectionModel) {
this.selectionModel_ = selectionModel;
« no previous file with comments | « ui/webui/resources/js/cr/ui/list_item.js ('k') | ui/webui/resources/js/cr/ui/list_selection_model.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698