Pacify eslint, get build and tests running again

This commit is contained in:
Bryan Housel
2016-08-26 01:15:07 -04:00
parent 1021f6266f
commit a86f34b4ef
143 changed files with 406 additions and 342 deletions
+1 -1
View File
@@ -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) {