From 517811764d3a37806f3e5c4f0c6ca6527e2c189c Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Wed, 14 Dec 2011 10:37:12 +0100 Subject: cleanup(tests): remove unused variables --- test/widget/inputSpec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/widget') diff --git a/test/widget/inputSpec.js b/test/widget/inputSpec.js index e8b0a420..3e073d95 100644 --- a/test/widget/inputSpec.js +++ b/test/widget/inputSpec.js @@ -509,7 +509,7 @@ describe('widget: input', function() { })); it('should throw an error of Controller not declared in scope', inject(function($rootScope, $compile) { - var input, $formFactory; + var input; var element = angular.element(''); var error; try { -- cgit v1.2.3