Skip to content

Commit 37a9152

Browse files
committed
Merge pull request d3#1182 from jfirebaugh/imports
Add missing import
2 parents 1810583 + 6364129 commit 37a9152

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/behavior/zoom.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import "../event/event";
44
import "../event/mouse";
55
import "../event/touches";
66
import "../selection/selection";
7+
import "behavior";
78

89
d3.behavior.zoom = function() {
910
var translate = [0, 0],

0 commit comments

Comments
 (0)