Skip to content

Commit 196b7dd

Browse files
Fix lint error
1 parent 6e317d4 commit 196b7dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plots/cartesian/position_defaults.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ module.exports = function handlePositionDefaults(containerIn, containerOut, coer
8484
if(domain[0] > domain[1] - 1 / 4096) containerOut.domain = dfltDomain;
8585
Lib.noneOrAll(containerIn.domain, containerOut.domain, dfltDomain);
8686

87-
// tickmode sync needs an overlaying axis, otherwise
87+
// tickmode sync needs an overlaying axis, otherwise
8888
// we should default it to 'auto'
8989
if(containerOut.tickmode === 'sync') {
9090
containerOut.tickmode = 'auto';

0 commit comments

Comments
 (0)