aboutsummaryrefslogtreecommitdiffstats
path: root/test/service/httpSpec.js
diff options
context:
space:
mode:
authorIgor Minar2012-01-12 16:51:06 -0800
committerIgor Minar2012-01-13 14:28:21 -0800
commit16a40c626fc3da688596928afa028a596204a683 (patch)
tree8dd62a3817e8154ca82a458f55ba2a7c78c5133b /test/service/httpSpec.js
parentb7f4d8c3c3c537f895d3cd7369f5b23ec94820e0 (diff)
downloadangular.js-16a40c626fc3da688596928afa028a596204a683.tar.bz2
style(*): small fixes
Diffstat (limited to 'test/service/httpSpec.js')
-rw-r--r--test/service/httpSpec.js1
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) {