mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-21 11:16:36 +02:00
Const is verboten
This commit is contained in:
+1
-1
@@ -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,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;
|
||||
|
||||
Reference in New Issue
Block a user