Skip to content

Commit 6de37ee

Browse files
committed
lint (rm unused var)
1 parent 2877c3d commit 6de37ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/legend/style.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ function styleBoxes(d) {
194194
.attr('d', 'M6,6H-6V-6H6Z')
195195
.attr('transform', 'translate(20,0)');
196196
pts.exit().remove();
197-
pts.each(function(d) {
197+
pts.each(function() {
198198
var w = trace.line.width,
199199
p = d3.select(this);
200200

0 commit comments

Comments
 (0)