mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-18 14:38:40 -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.decreaseFontSize = this.decreaseFontSize.bind(this);
|
||||||
|
|
||||||
this.dismissUpdate = this.dismissUpdate.bind(this);
|
this.dismissUpdate = this.dismissUpdate.bind(this);
|
||||||
this.onUpdateAvailable = this.onUpdateAvailable.bind(this)
|
this.onUpdateAvailable = this.onUpdateAvailable.bind(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
render () {
|
render () {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue