mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-09 22:24:26 +02:00
fluxify it
This commit is contained in:
parent
78b87b3c47
commit
de8d8221f5
4 changed files with 34 additions and 8 deletions
|
@ -25,7 +25,13 @@ module.exports = {
|
|||
CHANGE_FLIP_TREE_Y: null,
|
||||
SUBMIT_COMMAND: null,
|
||||
CHANGE_LOCALE: null,
|
||||
CHANGE_LOCALE_FROM_HEADER: null
|
||||
CHANGE_LOCALE_FROM_HEADER: null,
|
||||
/**
|
||||
* only dispatched when you actually
|
||||
* solve the level, not ask for solution
|
||||
* or solve it again.
|
||||
*/
|
||||
SOLVE_LEVEL: null
|
||||
}),
|
||||
|
||||
PayloadSources: keyMirror({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue