From 1c7fef6d641fa65fced47fedad07b9fb46f88b73 Mon Sep 17 00:00:00 2001 From: Tom Ashworth Date: Tue, 2 Jul 2013 16:30:36 +0100 Subject: [PATCH] Remove trailing comma causing errors in IE7. --- public/runner/runner.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/runner/runner.js b/public/runner/runner.js index af31c6bf..f12022ff 100644 --- a/public/runner/runner.js +++ b/public/runner/runner.js @@ -112,7 +112,7 @@ var processor = (function () { processor.blockingMethods = { kill: '', - restore: '', + restore: '' }; /**