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

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

Issue 2940933003: DO NOT SUBMIT results of new clang-format (Closed)
Patch Set: Created 3 years, 6 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: 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_ = [];
/**

Powered by Google App Engine
This is Rietveld 408576698