mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 07:25:15 +02:00
Simplify indentation, add blocking modals. Fixes #412
This commit is contained in:
@@ -66,7 +66,7 @@ describe('iD.Map', function() {
|
||||
expect(map.center()[0]).to.be.closeTo(20, 0.5);
|
||||
expect(map.center()[1]).to.be.closeTo(20, 0.5);
|
||||
done();
|
||||
}, 500);
|
||||
}, 1000);
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user