From 4c6d26a38f977f61d4deaacfd6b6c71f331e8065 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Sun, 17 Jul 2011 00:47:11 -0700 Subject: fix(strict mode): fix all issues discovered by strict mode and unit/e2e tests --- test/scenario/output/HtmlSpec.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/scenario') 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 = []; -- cgit v1.2.3