diff options
Diffstat (limited to 'src/scenario/output/Html.js')
| -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); -  }; +  }  }); | 
