From 952c328e01b65857a8134b29d8c21a5a89b175a8 Mon Sep 17 00:00:00 2001 From: Guillermo Rauch Date: Thu, 7 Jul 2016 06:30:51 -0700 Subject: [PATCH] lint --- app/hyperterm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/hyperterm.js b/app/hyperterm.js index 733bdd72..6c83ce16 100644 --- a/app/hyperterm.js +++ b/app/hyperterm.js @@ -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 () {