aboutsummaryrefslogtreecommitdiffstats
path: root/src/apis.js
diff options
context:
space:
mode:
authorIgor Minar2011-08-05 16:24:12 -0700
committerIgor Minar2011-08-06 01:54:06 -0700
commit06835a462afc7105532e13abdd5217314b3ae71e (patch)
treeeef3f670482fb1061f99ce12228f687051cca1c5 /src/apis.js
parent142cffcf64d2dce93089e9a73257bddf50e96990 (diff)
downloadangular.js-06835a462afc7105532e13abdd5217314b3ae71e.tar.bz2
style($function): replace $function with 'function'
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 8a566a46..3a9671a8 100644
--- a/src/apis.js
+++ b/src/apis.js
@@ -394,7 +394,7 @@ var angularArray = {
}
}
break;
- case $function:
+ case 'function':
predicates.push(expression);
break;
default: