Skip to content

Commit 92b010f

Browse files
committed
Fix typo introduced in last commit.
1 parent 83f9b82 commit 92b010f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

d3.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4345,7 +4345,7 @@ d3.behavior.zoom = function() {
43454345
function start() {
43464346
d3_behavior_zoomXyz = xyz;
43474347
d3_behavior_zoomExtent = extent;
4348-
d3_behavior_zoomDispatch = event.zoom.dispatch;
4348+
d3_behavior_zoomDispatch = event.zoom;
43494349
d3_behavior_zoomEventTarget = d3.event.target;
43504350
d3_behavior_zoomTarget = this;
43514351
d3_behavior_zoomArguments = arguments;

0 commit comments

Comments
 (0)