From 1156df469380229330ba113f382dd6a94262b1ec Mon Sep 17 00:00:00 2001 From: Chris Farrow Date: Sat, 13 May 2017 15:15:31 -0500 Subject: [PATCH] got rid of an accidental comma --- script/events/outside.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/events/outside.js b/script/events/outside.js index 43569aa..ca87019 100644 --- a/script/events/outside.js +++ b/script/events/outside.js @@ -342,6 +342,6 @@ Events.Outside = [ } } } - }, + } ];