From 222ccb0153273fe5e772b755548c6fbc7abc8522 Mon Sep 17 00:00:00 2001 From: Gavin Kistner Date: Tue, 20 Mar 2012 23:39:39 -0600 Subject: [PATCH] Fix broken objjob link --- methods/d3-d3-ease.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/methods/d3-d3-ease.yaml b/methods/d3-d3-ease.yaml index e0c15e8..2d1f681 100644 --- a/methods/d3-d3-ease.yaml +++ b/methods/d3-d3-ease.yaml @@ -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: