X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/3789b528d8dd8aad4558e38e22d775bcab1cbd36:/docs/source/JSON3.html..6746dc89c47ed01b165cc1152533605f97eb8e8d:/docs/source/JSON.html diff --git a/docs/source/JSON3.html b/docs/source/JSON.html similarity index 98% rename from docs/source/JSON3.html rename to docs/source/JSON.html index e9b6b510..4bff440d 100644 --- a/docs/source/JSON3.html +++ b/docs/source/JSON.html @@ -165,7 +165,7 @@ Ext.JSON = new(function() { Ext.Error.raise({ sourceClass: "Ext.JSON", sourceMethod: "decode", - msg: "You're trying to decode and invalid JSON String: " + json + msg: "You're trying to decode an invalid JSON String: " + json }); } };