Fixed 'this' typo and added semicolon
Этот коммит содержится в:
@@ -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() {
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user