Skip to content

Commit

Permalink
Fixed #75
Browse files Browse the repository at this point in the history
  • Loading branch information
koenbok committed May 30, 2014
1 parent ccc99d4 commit 53391c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framer/Animation.coffee
Expand Up @@ -177,7 +177,7 @@ class exports.Animation extends EventEmitter


stop: ->
@_animator.stop()
@_animator?.stop()
_runningAnimations = _.without _runningAnimations, @

reverse: ->
Expand Down

0 comments on commit 53391c3

Please sign in to comment.