mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-31 01:09:22 +02:00
Translatable documentation, Fixes #1108
* Adds Marked * Fixes a global leak in toGeoJSON * Removes marked from package.json * Adds documentation to core.yaml * Removes stray console.log from tests
This commit is contained in:
@@ -12,8 +12,8 @@ iD.data = {
|
||||
path + 'data/presets/presets.json',
|
||||
path + 'data/presets/defaults.json',
|
||||
path + 'data/presets/categories.json',
|
||||
path + 'data/presets/fields.json',
|
||||
path + 'data/doc.json'], d3.json, function (err, data) {
|
||||
path + 'data/presets/fields.json'
|
||||
], d3.json, function (err, data) {
|
||||
|
||||
iD.data = {
|
||||
deprecated: data[0],
|
||||
@@ -25,8 +25,7 @@ iD.data = {
|
||||
defaults: data[5],
|
||||
categories: data[6],
|
||||
fields: data[7]
|
||||
},
|
||||
doc: data[8]
|
||||
}
|
||||
};
|
||||
|
||||
callback();
|
||||
|
||||
Reference in New Issue
Block a user