diff --git a/js/lib/jxon.js b/js/lib/jxon.js index caebc8e4f..ea29658d7 100644 --- a/js/lib/jxon.js +++ b/js/lib/jxon.js @@ -1,4 +1,4 @@ -const JXON = new (function () { +var JXON = new (function () { var sValueProp = "keyValue", sAttributesProp = "keyAttributes", sAttrPref = "@", /* you can customize these values */ aCache = [], rIsNull = /^\s*$/, rIsBool = /^(?:true|false)$/i;