This commit is contained in:
John Firebaugh
2013-05-08 13:28:40 -07:00
parent 79ae9346e7
commit c7dedcb5ba

View File

@@ -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);
});