From f0fa5e63762e80fd4ee60ff6d365fca5f886292a Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Wed, 9 Nov 2011 21:18:34 -0800 Subject: doc(AUTO, NG_MOCK): Documenting the AUTO and NG_MOCK module --- src/scenario/output/Html.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/scenario/output') diff --git a/src/scenario/output/Html.js b/src/scenario/output/Html.js index 1c2216b5..326928d8 100644 --- a/src/scenario/output/Html.js +++ b/src/scenario/output/Html.js @@ -160,7 +160,7 @@ angular.scenario.output('html', function(context, runner, model) { * Add an error to a step. * * @param {Object} The JQuery wrapped context - * @param {Function} fn() that should return the file/line number of the error + * @param {function()} fn() that should return the file/line number of the error * @param {Object} the error. */ function addError(context, line, error) { -- cgit v1.2.3