mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-21 19:25:24 +02:00
slowly moving git command logic out of command model
This commit is contained in:
parent
bbdaa37abd
commit
5e2bace639
7 changed files with 246 additions and 115 deletions
|
@ -1,17 +0,0 @@
|
|||
var _ = require('underscore');
|
||||
var Backbone = require('backbone');
|
||||
|
||||
var Main = require('../main');
|
||||
|
||||
function InputWaterfall() {
|
||||
|
||||
Main.getEvents().on('processCommand', this.process)
|
||||
|
||||
};
|
||||
|
||||
InputWaterfall.prototype.listen = function() {
|
||||
Main.getEvents().
|
||||
|
||||
};
|
||||
|
||||
exports.InputWaterfall = InputWaterfall;
|
Loading…
Add table
Add a link
Reference in a new issue