mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-29 01:10:04 +02:00
temp
This commit is contained in:
parent
e081c47e31
commit
68223505ce
11 changed files with 150 additions and 7 deletions
|
@ -164,9 +164,12 @@ if (require('../util').isBrowser()) {
|
|||
* and simply pipes commands to the main events system
|
||||
**/
|
||||
function CommandUI() {
|
||||
var Views = require('../views');
|
||||
var Collections = require('../models/collections');
|
||||
var CommandViews = require('../views/commandViews');
|
||||
|
||||
//new Views.HelperBar();
|
||||
|
||||
this.commandCollection = new Collections.CommandCollection();
|
||||
this.commandBuffer = new Collections.CommandBuffer({
|
||||
collection: this.commandCollection
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue