diff options
| author | Vojta Jina | 2013-10-22 14:41:21 -0700 |
|---|---|---|
| committer | Vojta Jina | 2013-10-22 15:32:41 -0700 |
| commit | f2fab498303e00d199cb3d19a008670e214d5c10 (patch) | |
| tree | 3aa88fdb1f63bbed45c7541232a0fdfac226c126 /src/ngScenario/SpecRunner.js | |
| parent | 934a95d3ef3f72dfc37b0b564624cb4a1286d4f4 (diff) | |
| download | angular.js-f2fab498303e00d199cb3d19a008670e214d5c10.tar.bz2 | |
style: make jshint happy
Diffstat (limited to 'src/ngScenario/SpecRunner.js')
| -rw-r--r-- | src/ngScenario/SpecRunner.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ngScenario/SpecRunner.js b/src/ngScenario/SpecRunner.js index d15912d9..56a92b9a 100644 --- a/src/ngScenario/SpecRunner.js +++ b/src/ngScenario/SpecRunner.js @@ -18,7 +18,8 @@ angular.scenario.SpecRunner = function() { * based on the describe nesting. * * @param {Object} spec A spec object - * @param {function()} specDone function that is called when the spec finishes. Function(error, index) + * @param {function()} specDone function that is called when the spec finishes, + * of the form `Function(error, index)` */ angular.scenario.SpecRunner.prototype.run = function(spec, specDone) { var self = this; |
