Skip to content

Commit

Permalink
EasingRegistry.request: фикс создания эквивалентного смягчения
Browse files Browse the repository at this point in the history
  • Loading branch information
ColCh committed Jan 19, 2014
1 parent 7642123 commit 9bfa04e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/abstractions.js
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,8 @@

if (index === NOT_FOUND) {
self.easings.push(timingFunction);
} else {
timingFunction = /** @type {!Easing} */ (self.easings[ index ]);
}

return /** @type {!Easing} */ (timingFunction);
Expand Down

0 comments on commit 9bfa04e

Please sign in to comment.