before big canvas change

This commit is contained in:
Peter Cottle 2012-09-16 10:09:25 -07:00
parent 4994015bab
commit cf8e8557f3

View file

@ -9,7 +9,6 @@ var graphicsEffects = {};
var gitEngine = null; var gitEngine = null;
var gitVisuals = null; var gitVisuals = null;
var commitCollection = null;
var commandCollection = null; var commandCollection = null;
var commandBuffer = null; var commandBuffer = null;
@ -18,7 +17,7 @@ $(document).ready(function(){
sys.renderer = Renderer('#viewport'); sys.renderer = Renderer('#viewport');
// the two major collections that affect everything // the two major collections that affect everything
commitCollection = new CommitCollection(); var commitCollection = new CommitCollection();
commandCollection = new CommandCollection(); commandCollection = new CommandCollection();
commandBuffer = new CommandBuffer({ commandBuffer = new CommandBuffer({