Skip to content

Commit 24df55b

Browse files
committed
Remove ASCII art.
1 parent 25098ab commit 24df55b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/geo/projection.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ function d3_geo_projectionMutator(projectAt) {
3535
}
3636

3737
// TODO automate wrapping.
38-
projection.point = function(coordinates, c) { context = c; clip.point(coordinates, resample); context = null; };
39-
projection.line = function(coordinates, c) { context = c; clip.line(coordinates, resample); context = null; };
38+
projection.point = function(coordinates, c) { context = c; clip.point(coordinates, resample); context = null; };
39+
projection.line = function(coordinates, c) { context = c; clip.line(coordinates, resample); context = null; };
4040
projection.polygon = function(coordinates, c) { context = c; clip.polygon(coordinates, resample); context = null; };
41-
projection.sphere = function( c) { context = c; clip.sphere( resample); context = null; };
41+
projection.sphere = function(c) { context = c; clip.sphere(resample); context = null; };
4242

4343
projection.clipAngle = function(_) {
4444
if (!arguments.length) return clipAngle;

0 commit comments

Comments
 (0)