mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-09 06:04:26 +02:00
before big canvas change
This commit is contained in:
parent
4994015bab
commit
cf8e8557f3
1 changed files with 1 additions and 2 deletions
|
@ -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({
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue