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

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

Issue 2603443002: Clang format JS: Disallow single line functions, conditionals, loops, and switch statements (Closed)
Patch Set: update c/b/r/ as well Created 4 years 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
« no previous file with comments | « ui/webui/resources/js/cr/ui/tabs.js ('k') | ui/webui/resources/js/cr/ui/tree.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 b0e2f102e9f383da06a6241c2ec816855334c25b..dc7c81897a24e7f5f733212279e9f8b17429c26c 100644
--- a/ui/webui/resources/js/cr/ui/touch_handler.js
+++ b/ui/webui/resources/js/cr/ui/touch_handler.js
@@ -414,7 +414,9 @@ cr.define('cr.ui', function() {
* Begin tracking the touchable element, it is eligible for dragging.
* @private
*/
- beginTracking_: function() { this.tracking_ = true; },
+ beginTracking_: function() {
+ this.tracking_ = true;
+ },
/**
* Stop tracking the touchable element, it is no longer dragging.
« no previous file with comments | « ui/webui/resources/js/cr/ui/tabs.js ('k') | ui/webui/resources/js/cr/ui/tree.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698