diff options
| author | Misko Hevery | 2012-03-16 12:55:54 -0700 | 
|---|---|---|
| committer | Misko Hevery | 2012-03-19 11:41:23 -0700 | 
| commit | d4ae7988dad88af608db9cf34992c9c748eda6aa (patch) | |
| tree | 162afef88669329611d0b0d9e7b6929537c803b8 /src/JSON.js | |
| parent | 5ac14f633a69f49973b5512780c6ec7752405967 (diff) | |
| download | angular.js-d4ae7988dad88af608db9cf34992c9c748eda6aa.tar.bz2 | |
chore(parseInt): cleanup parseInt() for our int()
Diffstat (limited to 'src/JSON.js')
| -rw-r--r-- | src/JSON.js | 3 | 
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){  | 
