diff --git a/examples/Scripts/BouncingBalls.html b/examples/Scripts/BouncingBalls.html index 869506c5..1e6bbbca 100644 --- a/examples/Scripts/BouncingBalls.html +++ b/examples/Scripts/BouncingBalls.html @@ -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); },