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. |