Fixed 'this' typo and added semicolon

Этот коммит содержится в:
nickago
2015-07-13 11:24:39 -07:00
родитель 614992dcb7
Коммит 8595b915af

Просмотреть файл

@@ -293,7 +293,7 @@ module.exports = React.createClass({
componentDidUpdate: function() { componentDidUpdate: function() {
if(!this.wasForced){ if(!this.wasForced){
this.resize(); this.resize();
wasForced = false this.wasForced = false;
} }
}, },
componentWillUnmount: function() { componentWillUnmount: function() {