Skip to content

Commit

Permalink
[fixed] issue with handleExpired not being bound
Browse files Browse the repository at this point in the history
- this is due to recent migration to es6 classes
  • Loading branch information
dozoisch committed Apr 24, 2017
1 parent 00acbc1 commit cb041a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/recaptcha.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export default class ReCAPTCHA extends React.Component {
constructor() {
super();
this.state = {};
this.handleExpired = this.handleExpired.bind(this);
}

getValue() {
Expand Down

0 comments on commit cb041a3

Please sign in to comment.