diff options
| author | Misko Hevery | 2011-12-14 10:37:12 +0100 | 
|---|---|---|
| committer | Misko Hevery | 2012-01-25 11:46:34 -0800 | 
| commit | 517811764d3a37806f3e5c4f0c6ca6527e2c189c (patch) | |
| tree | b1d7be89063a44ff74bf8bbb928a924c428e5876 /test/widget/inputSpec.js | |
| parent | 135471836506c23eb6a3d8bd0ff09ae9d0a6cead (diff) | |
| download | angular.js-517811764d3a37806f3e5c4f0c6ca6527e2c189c.tar.bz2 | |
cleanup(tests): remove unused variables
Diffstat (limited to 'test/widget/inputSpec.js')
| -rw-r--r-- | test/widget/inputSpec.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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('<input type="@DontExist" ng:model="abc">');        var error;        try { | 
