mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-31 23:40:27 +02:00
change2
This commit is contained in:
parent
d42d98d980
commit
4516a8311a
1 changed files with 3 additions and 2 deletions
|
@ -10,10 +10,11 @@ var CommandLineActions = {
|
||||||
submitCommand: function(text) {
|
submitCommand: function(text) {
|
||||||
AppDispatcher.handleViewAction({
|
AppDispatcher.handleViewAction({
|
||||||
type: ActionTypes.SUBMIT_COMMAND,
|
type: ActionTypes.SUBMIT_COMMAND,
|
||||||
text: text
|
text: text
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
};
|
}; history
|
||||||
|
|
||||||
|
|
||||||
module.exports = CommandLineActions;
|
module.exports = CommandLineActions;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue