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:
Tom MacWright
2013-03-27 14:32:29 -04:00
parent 18aa33ba97
commit b59f28424c
21 changed files with 1444 additions and 321 deletions
-2
View File
@@ -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' });
});