diff options
| author | Igor Minar | 2011-07-17 00:47:11 -0700 |
|---|---|---|
| committer | Igor Minar | 2011-07-18 12:12:54 -0700 |
| commit | 4c6d26a38f977f61d4deaacfd6b6c71f331e8065 (patch) | |
| tree | fc291897c2e61097f2cabdf1963ed752704fd24a /test/scenario | |
| parent | c43ce91b2534fe36994fd74cf8d159e54909d8ca (diff) | |
| download | angular.js-4c6d26a38f977f61d4deaacfd6b6c71f331e8065.tar.bz2 | |
fix(strict mode): fix all issues discovered by strict mode and unit/e2e tests
Diffstat (limited to 'test/scenario')
| -rw-r--r-- | test/scenario/output/HtmlSpec.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/scenario/output/HtmlSpec.js b/test/scenario/output/HtmlSpec.js index a1ebef39..1cfa268e 100644 --- a/test/scenario/output/HtmlSpec.js +++ b/test/scenario/output/HtmlSpec.js @@ -1,6 +1,5 @@ describe('angular.scenario.output.html', function() { - var runner, model, spec, listeners; - var ui, context; + var runner, model, spec, step, listeners, ui, context; beforeEach(function() { listeners = []; |
