From 7ed7efce440917bb7a30890373a6f955f4a45554 Mon Sep 17 00:00:00 2001 From: Joe Wreschnig Date: Tue, 21 Apr 2015 20:40:45 +0200 Subject: [PATCH] Not sure why that was a FIXME, there was nothing to fix... --- src/pwl6.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/pwl6.js b/src/pwl6.js index bfcc879..4e87c18 100644 --- a/src/pwl6.js +++ b/src/pwl6.js @@ -243,10 +243,9 @@ var AnimationQueue = yT(yuu.C, { params: params, resolve: resolve }); - // FIXME: Simply chaining the promise doesn't work here - // because the tick between the two handlers is often long - // enough to render a frame, and that frame will have some - // undesirable intermediate state. + // Chaining the promise doesn't work here because the tick + // between the two handlers is often long enough to render + // a frame with some undesirable intermediate state. if (this._queue.length === 1) this._runNext(); }.bind(this)); -- 2.20.1