aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/http.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/ng/http.js')
-rw-r--r--src/ng/http.js2
1 files changed, 1 insertions, 1 deletions
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) {