mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-28 00:40:07 +02:00
BOOYAH BABY FIRST BACKBONE VIEW REMOVED REACT FTW
This commit is contained in:
parent
a7b23e0342
commit
d4e0887bc7
7 changed files with 128 additions and 184 deletions
|
@ -6,7 +6,6 @@ var util = require('../util');
|
|||
var intl = require('../intl');
|
||||
var LocaleStore = require('../stores/LocaleStore');
|
||||
var LocaleActions = require('../actions/LocaleActions');
|
||||
var Dialog = require('../react_views/TestView.jsx').Dialog;
|
||||
|
||||
/**
|
||||
* Globals
|
||||
|
@ -217,10 +216,11 @@ var initDemo = function(sandbox) {
|
|||
];
|
||||
}
|
||||
if (params.hasOwnProperty('STARTREACT')) {
|
||||
/*
|
||||
React.render(
|
||||
React.createElement(Dialog, {}),
|
||||
React.createElement(CommandView, {}),
|
||||
document.getElementById(params['STARTREACT'])
|
||||
);
|
||||
);*/
|
||||
}
|
||||
if (commands) {
|
||||
sandbox.mainVis.customEvents.on('gitEngineReady', function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue