mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-28 08:50:06 +02:00
BOOM removed helper bar view look at those stats brah
This commit is contained in:
parent
4fd4fc93fe
commit
ce5fc82ca9
7 changed files with 305 additions and 286 deletions
|
@ -278,8 +278,8 @@ function CommandUI() {
|
|||
var Collections = require('../models/collections');
|
||||
var CommandViews = require('../views/commandViews');
|
||||
var CommandHistoryView = require('../react_views/CommandHistoryView.jsx');
|
||||
var MainHelperBarView = require('../react_views/MainHelperBarView.jsx');
|
||||
|
||||
var mainHelperBar = new Views.MainHelperBar();
|
||||
var backgroundView = new Views.BackgroundView();
|
||||
|
||||
this.commandCollection = new Collections.CommandCollection();
|
||||
|
@ -291,6 +291,10 @@ function CommandUI() {
|
|||
el: $('#commandLineBar')
|
||||
});
|
||||
|
||||
React.render(
|
||||
React.createElement(MainHelperBarView),
|
||||
document.getElementById('helperBarMount')
|
||||
);
|
||||
React.render(
|
||||
React.createElement(
|
||||
CommandHistoryView,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue