mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
Missed a const in d0667e
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user