aboutsummaryrefslogtreecommitdiffstats
path: root/src/JSON.js
diff options
context:
space:
mode:
authorMisko Hevery2012-03-16 12:55:54 -0700
committerMisko Hevery2012-03-19 11:41:23 -0700
commitd4ae7988dad88af608db9cf34992c9c748eda6aa (patch)
tree162afef88669329611d0b0d9e7b6929537c803b8 /src/JSON.js
parent5ac14f633a69f49973b5512780c6ec7752405967 (diff)
downloadangular.js-d4ae7988dad88af608db9cf34992c9c748eda6aa.tar.bz2
chore(parseInt): cleanup parseInt() for our int()
Diffstat (limited to 'src/JSON.js')
-rw-r--r--src/JSON.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/JSON.js b/src/JSON.js
index 83d1e927..21d526c2 100644
--- a/src/JSON.js
+++ b/src/JSON.js
@@ -74,9 +74,6 @@ function jsonStringToDate(string){
return date;
}
return string;
- function int(str) {
- return parseInt(str, 10);
- }
}
function jsonDateToString(date){