From 62026dbe0d8aabaaa4bd58ba8c640b9d82adb1c0 Mon Sep 17 00:00:00 2001 From: dbs Date: Thu, 18 Oct 2007 03:08:38 +0000 Subject: [PATCH] Deliberately break applications relying on pre-OpenSRF 1.0 behaviour. JSON_v0.js represents "legacy" JSON format, while JSON_v1.js represents "modern" JSON format. git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1110 9efc2488-bf62-4759-914b-345cdb29e865 --- examples/math_xul_client/math/content/math.xul | 2 +- src/javascript/{JSON.js => JSON_v0.js} | 0 src/javascript/{JSON_wrapper.js => JSON_v1.js} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename src/javascript/{JSON.js => JSON_v0.js} (100%) rename src/javascript/{JSON_wrapper.js => JSON_v1.js} (100%) diff --git a/examples/math_xul_client/math/content/math.xul b/examples/math_xul_client/math/content/math.xul index 1396a0b..d6a1371 100644 --- a/examples/math_xul_client/math/content/math.xul +++ b/examples/math_xul_client/math/content/math.xul @@ -16,7 +16,7 @@ -