diff options
| author | Igor Minar | 2012-04-10 14:29:49 -0700 | 
|---|---|---|
| committer | Igor Minar | 2012-04-10 16:52:12 -0700 | 
| commit | 52ee1ab5eb0f3197453b26c60a70239ac3fffea7 (patch) | |
| tree | 2c4dc57ec34d4fbc08248d72daf403bc36421f46 /src/ngScenario/ObjectModel.js | |
| parent | fcc556df3745d4c7768e235cb5f1caf70eb34639 (diff) | |
| download | angular.js-52ee1ab5eb0f3197453b26c60a70239ac3fffea7.tar.bz2 | |
chore(*): remove dead code and fix code style issues
Diffstat (limited to 'src/ngScenario/ObjectModel.js')
| -rw-r--r-- | src/ngScenario/ObjectModel.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/ngScenario/ObjectModel.js b/src/ngScenario/ObjectModel.js index b4dad1a5..609652f4 100644 --- a/src/ngScenario/ObjectModel.js +++ b/src/ngScenario/ObjectModel.js @@ -73,7 +73,7 @@ angular.scenario.ObjectModel = function(runner) {      self.emit('StepBegin', it, step);    }); -  runner.on('StepEnd', function(spec, step) { +  runner.on('StepEnd', function(spec) {      var it = self.getSpec(spec.id);      var step = it.getLastStep();      if (step.name !== step.name) | 
