/*jslint*/

This commit is contained in:
Douglas Crockford 2011-08-30 09:18:38 -07:00
parent 7a18252d0e
commit 36df833f55
2 changed files with 7 additions and 7 deletions

View file

@ -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.