mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
BouncingBalls example: remove line which was committed by accident.
This commit is contained in:
parent
83df699975
commit
acf06937f5
1 changed files with 0 additions and 1 deletions
|
@ -65,7 +65,6 @@
|
|||
this.item = new PlacedSymbol(symbol);
|
||||
this.item.position = point;
|
||||
this.item.scale(this.radius / 10);
|
||||
this.item.rotate(30);
|
||||
group.appendTop(this.item);
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue