From 4ae4f1edd230affcf4a6675fd748f86665ce2f8b Mon Sep 17 00:00:00 2001 From: Anatoly Shikolay Date: Tue, 7 May 2013 00:56:51 -0400 Subject: style(*): fix up semicolon and var usage --- src/ng/http.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ng/http.js') diff --git a/src/ng/http.js b/src/ng/http.js index dd949a6c..a7f3b92d 100644 --- a/src/ng/http.js +++ b/src/ng/http.js @@ -699,7 +699,7 @@ function $HttpProvider() { var rejectFn = chain.shift(); promise = promise.then(thenFn, rejectFn); - }; + } promise.success = function(fn) { promise.then(function(response) { -- cgit v1.2.3