Skip to content

Commit 6fb0133

Browse files
committed
remove comment
1 parent e0bd026 commit 6fb0133

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
@@ -947,7 +947,7 @@ axes.autoTicks = function(ax, roughDTick) {
947947
ax.tick0 = Lib.dateTick0(ax.calendar, true);
948948

949949
var tickformat = axes.getTickFormat(ax);
950-
if(/%[uVW]/.test(tickformat)) { // should we use axes.getTickFormat(ax) instead here?
950+
if(/%[uVW]/.test(tickformat)) {
951951
// replace Sunday with Monday for ISO and Monday-based formats
952952
var len = ax.tick0.length;
953953
var lastD = +ax.tick0[len - 1];

0 commit comments

Comments
 (0)