1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-11 20:22:36 +03:00

Fix code style

This commit is contained in:
Richard van der Hoff
2016-08-01 10:49:51 +01:00
parent 3194c5c61d
commit 9333793a7c

View File

@@ -39,7 +39,7 @@ export default class EditableTextContainer extends React.Component {
errorString: null, errorString: null,
value: props.initialValue, value: props.initialValue,
}; };
this._onValueChanged=this._onValueChanged.bind(this); this._onValueChanged = this._onValueChanged.bind(this);
} }
componentWillMount() { componentWillMount() {