Skip to content

Commit 759114c

Browse files
committed
fix path to geo constants file
1 parent 374a89f commit 759114c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)