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

Unified Diff: remoting/webapp/app_remoting/js/idle_detector.js

Issue 917093003: Shorten Closure template notation from Array.<*> to Array<*>. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove cvox Created 5 years, 10 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: remoting/webapp/app_remoting/js/idle_detector.js
diff --git a/remoting/webapp/app_remoting/js/idle_detector.js b/remoting/webapp/app_remoting/js/idle_detector.js
index 58b982de1de92a3c17aed0584bc77ca724fd40ff..9d6c58bcfcdcb782714eac9b4ac2299763e3cf65 100644
--- a/remoting/webapp/app_remoting/js/idle_detector.js
+++ b/remoting/webapp/app_remoting/js/idle_detector.js
@@ -148,7 +148,7 @@ remoting.IdleDetector.prototype.showIdleWarning_ = function(show) {
}
/**
- * @param {Array.<{left: number, top: number, width: number, height: number}>}
+ * @param {Array<{left: number, top: number, width: number, height: number}>}
* rects List of rectangles.
*/
remoting.IdleDetector.prototype.addToRegion = function(rects) {
« no previous file with comments | « remoting/webapp/app_remoting/js/context_menu_dom.js ('k') | remoting/webapp/app_remoting/js/keyboard_layouts_menu.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698