aboutsummaryrefslogtreecommitdiffstats
path: root/src/JSON.js
diff options
context:
space:
mode:
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){