mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-28 17:00:04 +02:00
fake teamwork better
This commit is contained in:
parent
f7af08c5fe
commit
62867c9f43
9 changed files with 44 additions and 27 deletions
|
@ -99,6 +99,8 @@ var GitDemonstrationView = ContainedBase.extend({
|
|||
var whenHaveTree = Q.defer();
|
||||
HeadlessGit.getTreeQuick(this.options.beforeCommand, whenHaveTree);
|
||||
whenHaveTree.promise.then(_.bind(function(tree) {
|
||||
console.log('the before command i got', this.options.beforeCommand);
|
||||
console.log(tree, 'is what i got');
|
||||
this.mainVis.gitEngine.loadTree(tree);
|
||||
this.mainVis.gitVisuals.refreshTreeHarsh();
|
||||
}, this));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue