summaryrefslogtreecommitdiffstats
path: root/web
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
parent8595b915afae9c494f09bd45692102ae86306ffe (diff)
downloadchat-634df1c6242772e44fed5f64ac238adf2d0503a0.tar.gz
chat-634df1c6242772e44fed5f64ac238adf2d0503a0.tar.bz2
chat-634df1c6242772e44fed5f64ac238adf2d0503a0.zip
Added semicolons
Diffstat (limited to 'web')
-rw-r--r--web/react/components/post_list.jsx2
-rw-r--r--web/react/components/post_right.jsx2
2 files changed, 2 insertions, 2 deletions
diff --git a/web/react/components/post_list.jsx b/web/react/components/post_list.jsx
index e186fb706..99b1b514a 100644
--- a/web/react/components/post_list.jsx
+++ b/web/react/components/post_list.jsx
@@ -269,7 +269,7 @@ module.exports = React.createClass({
_onTimeChange: function() {
this.wasForced = true;
this.preForcePosision = $(".post-list-holder-by-time").scrollTop();
- this.forceUpdate()
+ this.forceUpdate();
},
getMorePosts: function(e) {
e.preventDefault();
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()) {