mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 08:28:50 +02:00
remove forgot in 'no more native' a9dd27c
This commit is contained in:
parent
95d5a02170
commit
57f84f0a36
4 changed files with 2 additions and 43 deletions
|
@ -1,16 +0,0 @@
|
|||
var AppStyles = {
|
||||
blueBackground: '#5cbcfc',
|
||||
terminalBackground: '#424242',
|
||||
terminalText: 'rgb(238, 238, 238)',
|
||||
terminalHeader: '#EFEDEE',
|
||||
terminalBorder: '#303030',
|
||||
terminalFontFamily: 'Courier',
|
||||
};
|
||||
|
||||
AppStyles.terminalTextStyle = {
|
||||
color: AppStyles.terminalText,
|
||||
fontFamily: AppStyles.terminalFontFamily,
|
||||
fontWeight: 'bold',
|
||||
};
|
||||
|
||||
module.exports = AppStyles;
|
|
@ -1,19 +0,0 @@
|
|||
var assign = require('object-assign');
|
||||
var keyMirror = require('../util/keyMirror');
|
||||
|
||||
module.exports = keyMirror({
|
||||
NUX: null,
|
||||
LOADING: null,
|
||||
SEQUENCE_SELECT: null,
|
||||
LEVEL_SELECT: null,
|
||||
});
|
||||
|
||||
module.exports.getRouteWithParams = function(id, params) {
|
||||
return assign({id: id}, params);
|
||||
};
|
||||
|
||||
module.exports.getRouteForID = function(id) {
|
||||
return {
|
||||
id: id,
|
||||
};
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue