From 327f16fa03556fa8ba884dec7b58cff7e44d284f Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Tue, 11 Jun 2013 15:44:25 -0700 Subject: [PATCH] Add semicolon --- static/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/index.html b/static/index.html index acdb82474..a2f0a90ae 100644 --- a/static/index.html +++ b/static/index.html @@ -10,7 +10,7 @@ require('coffee-script'); require('coffee-cache').setCacheDir('/tmp/atom-coffee-cache'); require(currentWindow.loadSettings.bootstrapScript); - currentWindow.emit('window:loaded') + currentWindow.emit('window:loaded'); } catch (error) { currentWindow.openDevTools();