mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-15 23:38:23 +02:00
finish
This commit is contained in:
parent
a3cfd3bb88
commit
21fbde2c31
4 changed files with 12 additions and 4 deletions
|
@ -85,8 +85,6 @@ var GitDemonstrationView = ContainedBase.extend({
|
|||
},
|
||||
|
||||
receiveMetaNav: function(navView, metaContainerView) {
|
||||
console.log('receive meta nav');
|
||||
debugger;
|
||||
var _this = this;
|
||||
navView.navEvents.on('positive', this.positive, this);
|
||||
navView.navEvents.on('exit', this.exit, this);
|
||||
|
|
|
@ -335,7 +335,7 @@ var ModalTerminal = ContainedBase.extend({
|
|||
},
|
||||
|
||||
onCloseButtonClick: function() {
|
||||
console.log('triggering stuff');
|
||||
Main.getEventBaton().trigger('onCloseButtonClick');
|
||||
},
|
||||
|
||||
onClick: function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue