Const is verboten

This commit is contained in:
Tom MacWright
2016-07-05 21:44:00 -04:00
parent d3348a8729
commit ecea55ba00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4191,7 +4191,7 @@
var osmAuth = (index && typeof index === 'object' && 'default' in index ? index['default'] : index);
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;
+1 -1
View File
@@ -1,4 +1,4 @@
export const JXON = new (function () {
export var JXON = new (function () {
var
sValueProp = 'keyValue', sAttributesProp = 'keyAttributes', sAttrPref = '@', /* you can customize these values */
aCache = [], rIsNull = /^\s*$/, rIsBool = /^(?:true|false)$/i;