aboutsummaryrefslogtreecommitdiffstats
path: root/src/service/xhr.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/service/xhr.js')
-rw-r--r--src/service/xhr.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/service/xhr.js b/src/service/xhr.js
index 4981c078..8a50964b 100644
--- a/src/service/xhr.js
+++ b/src/service/xhr.js
@@ -205,7 +205,7 @@ angularServiceInject('$xhr', function($browser, $error, $log){
response = fromJson(response, true);
}
}
- rootScope.$apply(function(){
+ rootScope.$apply(function() {
if (200 <= code && code < 300) {
success(code, response);
} else if (isFunction(error)) {