Skip to content

Commit e509fa7

Browse files
committed
lint
1 parent 710d2d6 commit e509fa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plots/cartesian/axes.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1904,7 +1904,7 @@ axes.doTicks = function(gd, axid, skipTitle) {
19041904
* if gd is scrollable, and may have been scrolled between the time
19051905
* we calculate this and the time we use it
19061906
*/
1907-
var bbFinal = ax._boundingBox = {
1907+
ax._boundingBox = {
19081908
width: bBox.width,
19091909
height: bBox.height,
19101910
left: bBox.left - gdBB.left,

0 commit comments

Comments
 (0)