mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-22 00:07:03 +02:00
Pacify eslint, get build and tests running again
This commit is contained in:
+1
-1
@@ -37,7 +37,7 @@
|
||||
|
||||
var infiniteExtent = iD.geo.Extent([0, 0], [Infinity, Infinity]),
|
||||
projection = function(p) { return p; },
|
||||
filter = d3.functor(true),
|
||||
filter = function() { return true; },
|
||||
context = {};
|
||||
|
||||
projection.stream = function(listener) {
|
||||
|
||||
Reference in New Issue
Block a user