mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-31 20:21:36 +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:
@@ -73,8 +73,6 @@ describe('iD.presets.Preset', function() {
|
||||
describe('#applyTags', function() {
|
||||
|
||||
it("adds match tags", function() {
|
||||
console.log(p['highway/residential']);
|
||||
console.log(p['highway/residential'].applyTags({}, 'area'));
|
||||
expect(p['highway/residential'].applyTags({}, 'area')).to.eql({ highway: 'residential' });
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user