summaryrefslogtreecommitdiffstats
path: root/web/react/components/post_list.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_list.jsx
parent8595b915afae9c494f09bd45692102ae86306ffe (diff)
downloadchat-634df1c6242772e44fed5f64ac238adf2d0503a0.tar.gz
chat-634df1c6242772e44fed5f64ac238adf2d0503a0.tar.bz2
chat-634df1c6242772e44fed5f64ac238adf2d0503a0.zip
Added semicolons
Diffstat (limited to 'web/react/components/post_list.jsx')
-rw-r--r--web/react/components/post_list.jsx2
1 files changed, 1 insertions, 1 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();