Skip to content

Commit

Permalink
ScrollEnd alias got defined twice
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin den Boer committed Apr 23, 2015
1 parent ced648f commit a063536
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion framer/Components/ScrollComponent.coffee
Expand Up @@ -38,7 +38,6 @@ Events.ScrollStart = "scrollstart"
Events.Scroll = "scroll" Events.Scroll = "scroll"
Events.ScrollMove = Events.Scroll Events.ScrollMove = Events.Scroll
Events.ScrollEnd = "scrollend" Events.ScrollEnd = "scrollend"
Events.ScrollEnd = "scrollend"
Events.ScrollAnimationDidStart = "scrollanimationdidstart" Events.ScrollAnimationDidStart = "scrollanimationdidstart"
Events.ScrollAnimationDidEnd = "scrollanimationdidend" Events.ScrollAnimationDidEnd = "scrollanimationdidend"


Expand Down

0 comments on commit a063536

Please sign in to comment.