From d4ae7988dad88af608db9cf34992c9c748eda6aa Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Fri, 16 Mar 2012 12:55:54 -0700 Subject: chore(parseInt): cleanup parseInt() for our int() --- src/JSON.js | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/JSON.js') 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){ -- cgit v1.2.3