mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-14 12:58:39 -09:00
lint
This commit is contained in:
parent
914178bab4
commit
952c328e01
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ export default class HyperTerm extends Component {
|
|||
this.decreaseFontSize = this.decreaseFontSize.bind(this);
|
||||
|
||||
this.dismissUpdate = this.dismissUpdate.bind(this);
|
||||
this.onUpdateAvailable = this.onUpdateAvailable.bind(this)
|
||||
this.onUpdateAvailable = this.onUpdateAvailable.bind(this);
|
||||
}
|
||||
|
||||
render () {
|
||||
|
|
|
|||
Loading…
Reference in a new issue