Skip to content

Commit

Permalink
Removed binding of non-existent function
Browse files Browse the repository at this point in the history
  • Loading branch information
abotteram committed Jan 16, 2019
1 parent a3a579a commit 8273c4c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/format-library/src/link/inline.js
Expand Up @@ -115,7 +115,6 @@ class InlineLinkUI extends Component {
this.submitLink = this.submitLink.bind( this );
this.onKeyDown = this.onKeyDown.bind( this );
this.onChangeInputValue = this.onChangeInputValue.bind( this );
this.setLinkTarget = this.setLinkTarget.bind( this );
this.onClickOutside = this.onClickOutside.bind( this );
this.resetState = this.resetState.bind( this );
this.setLinkAttributes = this.setLinkAttributes.bind( this );
Expand Down

0 comments on commit 8273c4c

Please sign in to comment.