summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authornickago <ngonella@calpoly.edu>2015-07-13 11:24:39 -0700
committernickago <ngonella@calpoly.edu>2015-07-13 11:24:39 -0700
commit8595b915afae9c494f09bd45692102ae86306ffe (patch)
tree87ded1e386c6cad0ae0b41cb5aa248d5f5902d19 /web
parent614992dcb7b4a4cdcedefe3ca813a03b758a97f0 (diff)
downloadchat-8595b915afae9c494f09bd45692102ae86306ffe.tar.gz
chat-8595b915afae9c494f09bd45692102ae86306ffe.tar.bz2
chat-8595b915afae9c494f09bd45692102ae86306ffe.zip
Fixed 'this' typo and added semicolon
Diffstat (limited to 'web')
-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 89a616d27..0c3754529 100644
--- a/web/react/components/post_right.jsx
+++ b/web/react/components/post_right.jsx
@@ -293,7 +293,7 @@ module.exports = React.createClass({
componentDidUpdate: function() {
if(!this.wasForced){
this.resize();
- wasForced = false
+ this.wasForced = false;
}
},
componentWillUnmount: function() {