aboutsummaryrefslogtreecommitdiffstats
path: root/src/apis.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/apis.js')
-rw-r--r--src/apis.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/apis.js b/src/apis.js
index 1ca33208..9311c620 100644
--- a/src/apis.js
+++ b/src/apis.js
@@ -1,6 +1,6 @@
var angularGlobal = {
'typeOf':function(obj){
- if (obj === _null) return $null;
+ if (obj === null) return $null;
var type = typeof obj;
if (type == $object) {
if (obj instanceof Array) return $array;