mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-19 23:14:47 +02:00
Simplify inspector function nesting; cleanup
This commit is contained in:
@@ -8,6 +8,8 @@ describe("iD.modes.AddPoint", function () {
|
||||
controller = iD.Controller(map, history);
|
||||
|
||||
container.call(map);
|
||||
container.append('div')
|
||||
.attr('class', 'inspector-wrap');
|
||||
|
||||
mode = iD.modes.AddPoint();
|
||||
controller.enter(mode);
|
||||
|
||||
Reference in New Issue
Block a user