Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Oct 18, 2021
1 parent 266a924 commit d555731
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/charting/animation/Tween.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ if (!global.window) {
global.window.requestAnimationFrame = requestAnimationFrame;
global.window.cancelAnimationFrame = cancelAnimationFrame;
if (!global.window.performance) {
global.window.performance= {
//@ts-ignore
global.window.performance = {
now: time
}
};
}
}

Expand Down

0 comments on commit d555731

Please sign in to comment.