summaryrefslogtreecommitdiffstats
path: root/web/react/utils/constants.jsx
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-10-30 14:29:15 -0400
committerChristopher Speller <crspeller@gmail.com>2015-11-02 08:16:57 -0500
commitb9a3ff74dd2b299ae4980922a6dcc55002662517 (patch)
tree882abf9d49107d604f7c94e5739d63c84d742315 /web/react/utils/constants.jsx
parented68f2e9015f3ac94ef1d5f7bf2941611625c60d (diff)
downloadchat-b9a3ff74dd2b299ae4980922a6dcc55002662517.tar.gz
chat-b9a3ff74dd2b299ae4980922a6dcc55002662517.tar.bz2
chat-b9a3ff74dd2b299ae4980922a6dcc55002662517.zip
Hooking up external components
Diffstat (limited to 'web/react/utils/constants.jsx')
-rw-r--r--web/react/utils/constants.jsx5
1 files changed, 5 insertions, 0 deletions
diff --git a/web/react/utils/constants.jsx b/web/react/utils/constants.jsx
index 1593f6706..c97e4d982 100644
--- a/web/react/utils/constants.jsx
+++ b/web/react/utils/constants.jsx
@@ -350,5 +350,10 @@ module.exports = {
ruby: 'Ruby',
java: 'Java',
ini: 'ini'
+ },
+ PostListJumpTypes: {
+ BOTTOM: 1,
+ POST: 2,
+ SIDEBAR_OPEN: 3
}
};