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

Unified Diff: remoting/tools/javascript_key_tester/chord_tracker.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/tools/javascript_key_tester/chord_tracker.js
diff --git a/remoting/tools/javascript_key_tester/chord_tracker.js b/remoting/tools/javascript_key_tester/chord_tracker.js
index 9afc26af1ff4780ab81cfe52d4883700594bb724..29384a0b56b804f58bf9cc80fb9d8756848f6605 100644
--- a/remoting/tools/javascript_key_tester/chord_tracker.js
+++ b/remoting/tools/javascript_key_tester/chord_tracker.js
@@ -12,7 +12,7 @@ var ChordTracker = function(parentDiv) {
this.parentDiv_ = parentDiv;
/** @type {HTMLElement} */
this.currentDiv_ = null;
- /** @type {Object.<HTMLElement>} */
+ /** @type {Object<HTMLElement>} */
this.pressedKeys_ = {};
};
« no previous file with comments | « native_client_sdk/src/examples/benchmarks/example.js ('k') | remoting/webapp/app_remoting/js/context_menu_dom.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698