From 889563a0aeb0dec395d9d19abac1f59264f8ca98 Mon Sep 17 00:00:00 2001 From: David Majda Date: Thu, 2 Apr 2015 14:35:06 +0200 Subject: [PATCH] Add missing ";" --- spec/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/index.html b/spec/index.html index 10a107c..ae8f667 100644 --- a/spec/index.html +++ b/spec/index.html @@ -26,7 +26,7 @@ env.addReporter(reporter); env.specFilter = reporter.specFilter; - window.onload = function() { env.execute(); } + window.onload = function() { env.execute(); }; })();