Skip to content

Commit

Permalink
Fix broken objjob link
Browse files Browse the repository at this point in the history
  • Loading branch information
Phrogz committed Mar 21, 2012
1 parent c108d73 commit 222ccb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion methods/d3-d3-ease.yaml
Expand Up @@ -4,7 +4,7 @@ scope: self
returns: js/Function
summary: Retrieve a predefined easing function.
details: |
The easing function returned by this method (or that you may supply to [`transition.ease()`](d3/Transition/ease§func)
The easing function returned by this method (or that you may supply to [`transition.ease()`](objjob:d3/Transition/ease§func))
will be supplied the percent of time through the transition (in the range `[0,1]`) and is expected to yield the percent of the transition that should be shown (again in the range `[0,1]`).
As described in the official documentation:
Expand Down

0 comments on commit 222ccb0

Please sign in to comment.