removed global state store :D

This commit is contained in:
Peter Cottle 2015-03-28 14:27:44 -07:00
parent 82c3e75394
commit 7ac30e897f
3 changed files with 6 additions and 21 deletions

View file

@ -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;