diff options
Diffstat (limited to 'src/web/js/constants')
-rw-r--r-- | src/web/js/constants/JarrConstants.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/web/js/constants/JarrConstants.js b/src/web/js/constants/JarrConstants.js index 4a673cf8..0ea42aad 100644 --- a/src/web/js/constants/JarrConstants.js +++ b/src/web/js/constants/JarrConstants.js @@ -12,6 +12,7 @@ var keyMirror = require('keymirror'); module.exports = keyMirror({ + TOGGLE_MENU_FOLD: null, RELOAD_MENU: null, PARENT_FILTER: null, MENU_FILTER: null, |