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

Factor EditableTextContainer out of ChangeDisplayName #368

Merged
merged 2 commits into from
Aug 1, 2016

Conversation

richvdh
Copy link
Member

@richvdh richvdh commented Jul 29, 2016

Take the non-displayname-specific bits out of ChangeDisplayName into a new
EditableTextContainer, so that we can reuse the logic elsewhere.

Take the non-displayname-specific bits out of ChangeDisplayName into a new
EditableTextContainer, so that we can reuse the logic elsewhere.
@richvdh richvdh force-pushed the rav/editable_text_container branch from df92021 to 3194c5c Compare July 29, 2016 16:40
errorString: null,
value: props.initialValue,
};
this._onValueChanged=this._onValueChanged.bind(this);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code style pedantry: spaces around operators.

@dbkr
Copy link
Member

dbkr commented Jul 29, 2016

lgtm other than extreme pedantry

@dbkr dbkr assigned richvdh and unassigned dbkr Jul 29, 2016
@richvdh richvdh merged commit 9333793 into develop Aug 1, 2016
@richvdh richvdh deleted the rav/editable_text_container branch August 1, 2016 10:02
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants