remove line breaks

This commit is contained in:
casperlamboo 2016-05-09 11:41:21 +02:00
parent 47e5090444
commit 08adf33139

View File

@ -4,7 +4,6 @@ export default class {
constructor() {
this.parts = [];
}
getOutline() {
const outLines = new Shape([], true);
@ -18,7 +17,6 @@ export default class {
return outLines;
}
add(shape) {
const part = { shape };