From d0a4d1956cb5aacf644ea07b1c9d9ec526235436 Mon Sep 17 00:00:00 2001 From: Peter Cottle Date: Sun, 16 Sep 2012 12:47:24 -0700 Subject: [PATCH] still moving to raphael --- src/main.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/main.js b/src/main.js index 03bdaec9..adc67e1b 100644 --- a/src/main.js +++ b/src/main.js @@ -10,9 +10,6 @@ var commandCollection = null; var commandBuffer = null; $(document).ready(function(){ - sys = arbor.ParticleSystem(4000, 200, 0.5, false, 55, 0.005, 'verlet'); - sys.renderer = Renderer('#viewport'); - // the two major collections that affect everything var commitCollection = new CommitCollection(); commandCollection = new CommandCollection();