mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-21 19:25:24 +02:00
before refactor
This commit is contained in:
parent
ee02aea414
commit
bbdaa37abd
5 changed files with 30 additions and 24 deletions
17
src/js/app/inputWaterfall.js
Normal file
17
src/js/app/inputWaterfall.js
Normal file
|
@ -0,0 +1,17 @@
|
|||
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