Skip to content

Commit

Permalink
Fix bogus argument to d3.dispatch.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbostock committed Nov 16, 2019
1 parent 9ea8a33 commit 5383545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/brush.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ function brush(dim) {
filter = defaultFilter,
touchable = defaultTouchable,
keys = true,
listeners = dispatch(brush, "start", "brush", "end"),
listeners = dispatch("start", "brush", "end"),
handleSize = 6,
touchending;

Expand Down

0 comments on commit 5383545

Please sign in to comment.