mirror of
https://github.com/google/blockly.git
synced 2026-01-11 02:47:09 +01:00
clang-format core/workspace_dragger.js
This commit is contained in:
@@ -56,8 +56,7 @@ const WorkspaceDragger = function(workspace) {
|
||||
* @type {!Coordinate}
|
||||
* @protected
|
||||
*/
|
||||
this.startScrollXY_ = new Coordinate(
|
||||
workspace.scrollX, workspace.scrollY);
|
||||
this.startScrollXY_ = new Coordinate(workspace.scrollX, workspace.scrollY);
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user