From acf06937f58e9cbf108ffba388a0fa31d455367e Mon Sep 17 00:00:00 2001
From: Jonathan Puckey <me@jonathanpuckey.com>
Date: Thu, 3 Mar 2011 02:30:55 +0100
Subject: [PATCH] BouncingBalls example: remove line which was committed by
 accident.

---
 examples/Scripts/BouncingBalls.html | 1 -
 1 file changed, 1 deletion(-)

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