mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-28 17:00:04 +02:00
ALL converted
This commit is contained in:
parent
66b980fb03
commit
e876ad6109
7 changed files with 586 additions and 444 deletions
|
@ -3,6 +3,9 @@ var Main = require('./main');
|
|||
var Command = require('./commandModel').Command;
|
||||
var CommandEntry = require('./commandModel').CommandEntry;
|
||||
|
||||
var Errors = require('./errors');
|
||||
var Warning = Errors.Warning;
|
||||
|
||||
var CommandPromptView = Backbone.View.extend({
|
||||
initialize: function(options) {
|
||||
this.collection = options.collection;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue