| 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_ = {};
|
| };
|
|
|
|
|