From 53391c3cc726e4ed64bc849857d981194e2e34ae Mon Sep 17 00:00:00 2001 From: Koen Bok Date: Fri, 30 May 2014 14:02:27 +0200 Subject: [PATCH] Fixed #75 --- framer/Animation.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framer/Animation.coffee b/framer/Animation.coffee index 4c0670c96..42fb52538 100644 --- a/framer/Animation.coffee +++ b/framer/Animation.coffee @@ -177,7 +177,7 @@ class exports.Animation extends EventEmitter stop: -> - @_animator.stop() + @_animator?.stop() _runningAnimations = _.without _runningAnimations, @ reverse: ->