mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-13 16:14:27 +02:00
removed global state store :D
This commit is contained in:
parent
82c3e75394
commit
7ac30e897f
3 changed files with 6 additions and 21 deletions
|
@ -1,11 +0,0 @@
|
|||
/**
|
||||
* Random grab bag of global state variables so we
|
||||
* dont just straight up use window
|
||||
*/
|
||||
|
||||
var GlobalState = {
|
||||
flipTreeY: false,
|
||||
isAnimating: false
|
||||
};
|
||||
|
||||
module.exports = GlobalState;
|
Loading…
Add table
Add a link
Reference in a new issue