From cf8e8557f33d9dd12a25e232fce30a9096329c6d Mon Sep 17 00:00:00 2001 From: Peter Cottle Date: Sun, 16 Sep 2012 10:09:25 -0700 Subject: [PATCH] before big canvas change --- src/mine.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/mine.js b/src/mine.js index df35f48b..ef76ad52 100644 --- a/src/mine.js +++ b/src/mine.js @@ -9,7 +9,6 @@ var graphicsEffects = {}; var gitEngine = null; var gitVisuals = null; -var commitCollection = null; var commandCollection = null; var commandBuffer = null; @@ -18,7 +17,7 @@ $(document).ready(function(){ sys.renderer = Renderer('#viewport'); // the two major collections that affect everything - commitCollection = new CommitCollection(); + var commitCollection = new CommitCollection(); commandCollection = new CommandCollection(); commandBuffer = new CommandBuffer({