BouncingBalls example: remove line which was committed by accident.

This commit is contained in:
Jonathan Puckey 2011-03-03 02:30:55 +01:00
parent 83df699975
commit acf06937f5

View file

@ -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);
},