Skip to content

Commit a10b226

Browse files
committed
Add missing import.
1 parent 48ad44f commit a10b226

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/event/mouse.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import "../core/document";
2+
import "event";
23

34
d3.mouse = function(container) {
45
return d3_mousePoint(container, d3_eventSource());

0 commit comments

Comments
 (0)