From 2bbef363e4a97b3af6a6900f9a2021a0d191ca40 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Sun, 14 Aug 2011 01:47:05 -0700 Subject: style(*): remove extra semicolons --- src/scenario/output/Html.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/scenario') diff --git a/src/scenario/output/Html.js b/src/scenario/output/Html.js index 2098f214..69b3e485 100644 --- a/src/scenario/output/Html.js +++ b/src/scenario/output/Html.js @@ -142,7 +142,7 @@ angular.scenario.output('html', function(context, runner, model) { currentContext = context.find('#' + id); }); return context.find('#describe-' + spec.definition.id); - }; + } /** * Updates the test counter for the status. @@ -167,5 +167,5 @@ angular.scenario.output('html', function(context, runner, model) { context.find('.test-title').append('
');
     var message = _jQuery.trim(line() + '\n\n' + formatException(error));
     context.find('.test-title pre:last').text(message);
-  };
+  }
 });
-- 
cgit v1.2.3