Skip to content

Commit c908ed4

Browse files
committed
lint axes.js
1 parent 3b293ac commit c908ed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plots/cartesian/axes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1849,7 +1849,7 @@ axes.doTicks = function(gd, axid, skipTitle) {
18491849
(labely(d) - d.fontSize / 2) + ')') :
18501850
'');
18511851
if(mathjaxGroup.empty()) {
1852-
var txt = thisLabel.select('text').attr({
1852+
thisLabel.select('text').attr({
18531853
transform: transform,
18541854
'text-anchor': anchor
18551855
});

0 commit comments

Comments
 (0)