diff --git a/json.js b/json.js index ef5f30e..1c2b253 100755 --- a/json.js +++ b/json.js @@ -1,6 +1,6 @@ /* json.js - 2011-02-23 + 2011-08-30 Public Domain @@ -183,7 +183,7 @@ redistribute. */ -/*jslint evil: true, regexp: false */ +/*jslint evil: true, regexp: true, unparam: true */ /*members "", "\b", "\t", "\n", "\f", "\r", "\"", JSON, "\\", apply, call, charCodeAt, getUTCDate, getUTCFullYear, getUTCHours, @@ -202,7 +202,7 @@ if (!JSON) { } (function () { - "use strict"; + 'use strict'; function f(n) { // Format integers to have at least two digits. diff --git a/json2.js b/json2.js index b4c02d3..eda9e0c 100755 --- a/json2.js +++ b/json2.js @@ -1,6 +1,6 @@ /* - http://www.JSON.org/json2.js - 2011-02-23 + json2.js + 2011-08-30 Public Domain. @@ -146,7 +146,7 @@ redistribute. */ -/*jslint evil: true, strict: false, regexp: false */ +/*jslint evil: true, regexp: true, unparam: true */ /*members "", "\b", "\t", "\n", "\f", "\r", "\"", JSON, "\\", apply, call, charCodeAt, getUTCDate, getUTCFullYear, getUTCHours, @@ -165,7 +165,7 @@ if (!JSON) { } (function () { - "use strict"; + 'use strict'; function f(n) { // Format integers to have at least two digits.