Trailing space removed (Travis fix)

This commit is contained in:
Jacco Kulman 2018-04-03 22:54:36 +02:00
parent f544a5e1f6
commit e4c73da4ba

View file

@ -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;