-
Notifications
You must be signed in to change notification settings - Fork 142
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clarify which functions expect (event, …) and which expect (selection…
…, …); and repair the calls that were mixed-up. *event-based functions:* - Gesture (hence event = this.args[0]) - filter - wheelDelta *selection-based functions:* - extent - transform - schedule - k,p (in scaleBy & scaleTo) - x,y (in translateBy) In addition, an event that triggers a transition (such as a zoom.dblclick) can be persisted throughout the transition as the zoomEvent.sourceEvent (fixes #202).
- Loading branch information
Showing
1 changed file
with
18 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters