mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-28 17:00:04 +02:00
one more converted
This commit is contained in:
parent
7ef0d19e12
commit
6ad4d17b82
6 changed files with 4168 additions and 3492 deletions
|
@ -1,5 +1,7 @@
|
|||
var CommandEntryCollection = require('./collections').CommandEntryCollection;
|
||||
var Main = require('./main');
|
||||
var Command = require('./commandModel').Command;
|
||||
var CommandEntry = require('./commandModel').CommandEntry;
|
||||
|
||||
var CommandPromptView = Backbone.View.extend({
|
||||
initialize: function(options) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue