From 900c37a6524f360d33ed199e2c5523acaf9d344b Mon Sep 17 00:00:00 2001 From: Ansis Brammanis Date: Fri, 1 Mar 2013 17:27:53 -0500 Subject: [PATCH] fix tests --- js/id/presets.js | 2 +- test/index.html | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/js/id/presets.js b/js/id/presets.js index 690c4b87a..4c0861644 100644 --- a/js/id/presets.js +++ b/js/id/presets.js @@ -14,7 +14,7 @@ iD.presets = function(context) { form: [] }, all = iD.presets.Collection([iD.presets.Preset(other)]), - defaults = {}, + defaults = { area: all, line: all, point: all, vertex: all }, forms = {}; all.load = function(d) { diff --git a/test/index.html b/test/index.html index ef5b5f130..eb6be5487 100644 --- a/test/index.html +++ b/test/index.html @@ -34,7 +34,6 @@ - @@ -144,6 +143,11 @@ + + + + +