Skip to content

Commit 7419581

Browse files
committed
fix space before period in src/plots/geo/geo.js
1 parent dee8777 commit 7419581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plots/geo/geo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ proto.fetchTopojson = function() {
119119
if(err.status === 404) {
120120
return reject(new Error([
121121
'plotly.js could not find topojson file at',
122-
topojsonPath, '.',
122+
topojsonPath + '.',
123123
'Make sure the *topojsonURL* plot config option',
124124
'is set properly.'
125125
].join(' ')));

0 commit comments

Comments
 (0)