| Index: ui/webui/resources/js/cr/ui/touch_handler.js
|
| diff --git a/ui/webui/resources/js/cr/ui/touch_handler.js b/ui/webui/resources/js/cr/ui/touch_handler.js
|
| index dc7c81897a24e7f5f733212279e9f8b17429c26c..b30251d0c6c4d7b4b2a41aef5e62c950999aed87 100644
|
| --- a/ui/webui/resources/js/cr/ui/touch_handler.js
|
| +++ b/ui/webui/resources/js/cr/ui/touch_handler.js
|
| @@ -67,9 +67,9 @@ cr.define('cr.ui', function() {
|
| * recent relevant touch and the second item is the touch's time stamp. Old
|
| * touches are removed based on the max tracking time and when direction
|
| * changes.
|
| - * @type {!Array<number>}
|
| - * @private
|
| - */
|
| + * @type {!Array<number>}
|
| + * @private
|
| + */
|
| this.recentTouchesX_ = [];
|
|
|
| /**
|
|
|