diff options
| author | Igor Minar | 2012-01-12 16:51:06 -0800 | 
|---|---|---|
| committer | Igor Minar | 2012-01-13 14:28:21 -0800 | 
| commit | 16a40c626fc3da688596928afa028a596204a683 (patch) | |
| tree | 8dd62a3817e8154ca82a458f55ba2a7c78c5133b /test/service/httpSpec.js | |
| parent | b7f4d8c3c3c537f895d3cd7369f5b23ec94820e0 (diff) | |
| download | angular.js-16a40c626fc3da688596928afa028a596204a683.tar.bz2 | |
style(*): small fixes
Diffstat (limited to 'test/service/httpSpec.js')
| -rw-r--r-- | test/service/httpSpec.js | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/test/service/httpSpec.js b/test/service/httpSpec.js index 766238d8..ad376b5f 100644 --- a/test/service/httpSpec.js +++ b/test/service/httpSpec.js @@ -34,7 +34,6 @@ describe('$http', function() {        it('should pass the responses through interceptors', function() { -        var shared = {};          module(function($httpProvider, $provide) {            $provide.factory('testInterceptor', function ($q) {              return function(httpPromise) {  | 
