AG-420 Improve React implementation

This commit is contained in:
Sean Landsman
2017-05-25 22:15:56 +01:00
parent 1b3fc21107
commit 3226c0d6ba
11 changed files with 517 additions and 5 deletions

View File

@@ -7,7 +7,6 @@ export default class MoodEditor extends Component {
this.onHappyClick = this.onHappyClick.bind(this);
this.onSadClick = this.onSadClick.bind(this);
this.onKeyDown = this.onKeyDown.bind(this);
this.state = {
happy: false