Fixed 'this' typo and added semicolon
Этот коммит содержится в:
@@ -293,7 +293,7 @@ module.exports = React.createClass({
|
||||
componentDidUpdate: function() {
|
||||
if(!this.wasForced){
|
||||
this.resize();
|
||||
wasForced = false
|
||||
this.wasForced = false;
|
||||
}
|
||||
},
|
||||
componentWillUnmount: function() {
|
||||
|
||||
Ссылка в новой задаче
Block a user