diff --git a/examples/Animated/Flock.html b/examples/Animated/Flock.html
index c037048b..2cb4863e 100644
--- a/examples/Animated/Flock.html
+++ b/examples/Animated/Flock.html
@@ -224,8 +224,7 @@
}
});
- var boids = [],
- center = document.bounds.center;
+ var boids = [];
for (var i = 0; i < 30; i++) {
var position = Point.random() * document.size;
boids.push(new Boid(position, 10, 0.05));