Skip to content

Commit 00ae5ec

Browse files
committed
fix syntax
1 parent c1aab3b commit 00ae5ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/marks/waffle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ export class WaffleY extends BarY {
3434
}
3535

3636
function waffleRender(y) {
37-
const {unit, gap, rx, ry, round} = this;
3837
return function (index, scales, {href, ...values}, dimensions, context) {
38+
const {unit, gap, rx, ry, round} = this;
3939
const {document} = context;
4040
const Y1 = values.channels[`${y}1`].value;
4141
const Y2 = values.channels[`${y}2`].value;

0 commit comments

Comments
 (0)