mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-23 16:49:40 +02:00
Const is verboten
This commit is contained in:
@@ -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