Skip to content

Commit 4c2e48b

Browse files
committed
Merge pull request #597 from plotly/fixup-slash
fixup trailing slash in path + rm un-used file
2 parents ef6efd7 + 759114c commit 4c2e48b

File tree

2 files changed

+1
-157
lines changed

2 files changed

+1
-157
lines changed

src/constants/geo_constants.js

-156
This file was deleted.

src/plots/geo/set_scale.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
var d3 = require('d3');
1313

14-
var clipPad = require('./constants/').clipPad;
14+
var clipPad = require('./constants').clipPad;
1515

1616
function createGeoScale(geoLayout, graphSize) {
1717
var projLayout = geoLayout.projection,

0 commit comments

Comments
 (0)