summaryrefslogtreecommitdiffstats
path: root/src/Animator.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/Animator.js')
-rw-r--r--src/Animator.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Animator.js b/src/Animator.js
index eca6ee3..b015163 100644
--- a/src/Animator.js
+++ b/src/Animator.js
@@ -77,8 +77,8 @@ const Animator = {
// If we have remaining timeouts or frames, draw until we don't anymore
Animator.nextDraw = Animator.timeouts.first() || Animator.frames.first()
- ? window.requestAnimationFrame(Animator._draw)
- : null
+ ? window.requestAnimationFrame(Animator._draw)
+ : null
}
}