Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
richvdh committed Aug 1, 2016
1 parent 3194c5c commit 9333793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/views/elements/EditableTextContainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default class EditableTextContainer extends React.Component {
errorString: null,
value: props.initialValue,
};
this._onValueChanged=this._onValueChanged.bind(this);
this._onValueChanged = this._onValueChanged.bind(this);
}

componentWillMount() {
Expand Down

0 comments on commit 9333793

Please sign in to comment.