diff options
| author | Igor Minar | 2011-08-14 01:47:05 -0700 |
|---|---|---|
| committer | Igor Minar | 2011-08-15 00:21:02 -0700 |
| commit | 2bbef363e4a97b3af6a6900f9a2021a0d191ca40 (patch) | |
| tree | 9b8dfdd4d3f1edec7b9e4309c27cccc72f87e376 /src/scenario | |
| parent | 035ad727267877cb1be58dacb24ddf97cc7b5512 (diff) | |
| download | angular.js-2bbef363e4a97b3af6a6900f9a2021a0d191ca40.tar.bz2 | |
style(*): remove extra semicolons
Diffstat (limited to 'src/scenario')
| -rw-r--r-- | src/scenario/output/Html.js | 4 |
1 files changed, 2 insertions, 2 deletions
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('<pre></pre>'); var message = _jQuery.trim(line() + '\n\n' + formatException(error)); context.find('.test-title pre:last').text(message); - }; + } }); |
