aboutsummaryrefslogtreecommitdiffstats
path: root/src/service/xhr.cache.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/service/xhr.cache.js')
-rw-r--r--src/service/xhr.cache.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/service/xhr.cache.js b/src/service/xhr.cache.js
index e87b127b..284321d7 100644
--- a/src/service/xhr.cache.js
+++ b/src/service/xhr.cache.js
@@ -26,7 +26,7 @@ angularServiceInject('$xhr.cache', function($xhr, $defer, $log){
function cache(method, url, post, callback, verifyCache){
if (isFunction(post)) {
callback = post;
- post = _null;
+ post = null;
}
if (method == 'GET') {
var data, dataCached;