mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-09 06:04:26 +02:00
collection no longer global
This commit is contained in:
parent
94db9a3c7d
commit
4994015bab
3 changed files with 11 additions and 7 deletions
|
@ -34,8 +34,12 @@ $(document).ready(function(){
|
|||
collection: commandCollection
|
||||
});
|
||||
|
||||
gitEngine = new GitEngine();
|
||||
gitVisuals = new GitVisuals();
|
||||
gitEngine = new GitEngine({
|
||||
collection: commitCollection
|
||||
});
|
||||
gitVisuals = new GitVisuals({
|
||||
collection: commitCollection
|
||||
});
|
||||
|
||||
$('#commandTextField').focus();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue