aboutsummaryrefslogtreecommitdiffstats
path: root/src/service/xhr.bulk.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/service/xhr.bulk.js')
-rw-r--r--src/service/xhr.bulk.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/service/xhr.bulk.js b/src/service/xhr.bulk.js
index 9933aa7e..c6cf608c 100644
--- a/src/service/xhr.bulk.js
+++ b/src/service/xhr.bulk.js
@@ -16,7 +16,7 @@ angularServiceInject('$xhr.bulk', function($xhr, $error, $log){
function bulkXHR(method, url, post, callback) {
if (isFunction(post)) {
callback = post;
- post = _null;
+ post = null;
}
var currentQueue;
forEach(bulkXHR.urls, function(queue){