mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2025-01-10 06:32:07 -05:00
Trailing space removed (Travis fix)
This commit is contained in:
parent
f544a5e1f6
commit
e4c73da4ba
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ class RotateTool {
|
|||
this.rotItems.push(item);
|
||||
}
|
||||
}
|
||||
this.prevRot = 90;
|
||||
this.prevRot = 90;
|
||||
}
|
||||
onMouseDrag (event) {
|
||||
let rotAngle = (event.point.subtract(this.rotGroupPivot)).angle;
|
||||
|
|
Loading…
Reference in a new issue