mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 17:23:02 +00:00
v2.15.3
This commit is contained in:
@@ -25,7 +25,7 @@ export function coreContext() {
|
||||
var context = utilRebind({}, dispatch, 'on');
|
||||
var _deferred = new Set();
|
||||
|
||||
context.version = '2.15.2';
|
||||
context.version = '2.15.3';
|
||||
|
||||
// create a special translation that contains the keys in place of the strings
|
||||
var tkeys = JSON.parse(JSON.stringify(dataEn)); // clone deep
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "iD",
|
||||
"version": "2.15.2",
|
||||
"version": "2.15.3",
|
||||
"description": "A friendly editor for OpenStreetMap",
|
||||
"main": "iD.js",
|
||||
"repository": "openstreetmap/iD",
|
||||
|
||||
Reference in New Issue
Block a user