mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-28 17:00:04 +02:00
somewhat broken
This commit is contained in:
parent
d7f3653ad9
commit
8d2803e4e4
8 changed files with 5659 additions and 9 deletions
|
@ -1,3 +1,5 @@
|
|||
var CommandEntryCollection = require('./collections').CommandEntryCollection;
|
||||
|
||||
var CommandPromptView = Backbone.View.extend({
|
||||
initialize: function(options) {
|
||||
this.collection = options.collection;
|
||||
|
@ -379,3 +381,7 @@ var CommandLineHistoryView = Backbone.View.extend({
|
|||
this.collection.each(this.addOne);
|
||||
}
|
||||
});
|
||||
|
||||
exports.CommandPromptView = CommandPromptView;
|
||||
exports.CommandLineHistoryView = CommandLineHistoryView;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue