mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-27 16:03:52 +00:00
Fix test
This commit is contained in:
@@ -3,7 +3,7 @@ describe('iD.Background', function() {
|
||||
|
||||
beforeEach(function() {
|
||||
d = d3.select(document.createElement('div'));
|
||||
c = iD.Background(d).projection(d3.geo.mercator());
|
||||
c = iD.Background().projection(d3.geo.mercator());
|
||||
d.call(c);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user