aboutsummaryrefslogtreecommitdiff
path: root/src/web/js/constants/JarrConstants.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/web/js/constants/JarrConstants.js')
-rw-r--r--src/web/js/constants/JarrConstants.js1
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,
bgstack15