summaryrefslogtreecommitdiffstats
path: root/web/react/components/post_right.jsx
diff options
context:
space:
mode:
authornickago <ngonella@calpoly.edu>2015-07-14 07:54:09 -0700
committernickago <ngonella@calpoly.edu>2015-07-14 07:54:09 -0700
commit634df1c6242772e44fed5f64ac238adf2d0503a0 (patch)
treeec19e14a508f3b06e26c38732dc795233dc1798e /web/react/components/post_right.jsx
parent8595b915afae9c494f09bd45692102ae86306ffe (diff)
downloadchat-634df1c6242772e44fed5f64ac238adf2d0503a0.tar.gz
chat-634df1c6242772e44fed5f64ac238adf2d0503a0.tar.bz2
chat-634df1c6242772e44fed5f64ac238adf2d0503a0.zip
Added semicolons
Diffstat (limited to 'web/react/components/post_right.jsx')
-rw-r--r--web/react/components/post_right.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/post_right.jsx b/web/react/components/post_right.jsx
index 0c3754529..ab818c1bd 100644
--- a/web/react/components/post_right.jsx
+++ b/web/react/components/post_right.jsx
@@ -299,7 +299,7 @@ module.exports = React.createClass({
componentWillUnmount: function() {
PostStore.removeSelectedPostChangeListener(this._onChange);
PostStore.removeChangeListener(this._onChangeAll);
- UserStore.removeStatusesChangeListener(this._onTimeChange)
+ UserStore.removeStatusesChangeListener(this._onTimeChange);
},
_onChange: function() {
if (this.isMounted()) {