mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-31 15:30:56 +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) {
|
||||
AppDispatcher.handleViewAction({
|
||||
type: ActionTypes.SUBMIT_COMMAND,
|
||||
text: text
|
||||
text: text
|
||||
});
|
||||
}
|
||||
|
||||
};
|
||||
}; history
|
||||
|
||||
|
||||
module.exports = CommandLineActions;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue