mirror of
https://github.com/donl/JSON-js.git
synced 2026-05-25 22:06:23 -06:00
/*jslint*/
This commit is contained in:
parent
7a18252d0e
commit
36df833f55
2 changed files with 7 additions and 7 deletions
8
json2.js
8
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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue