Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
ScrollEnd alias got defined twice
- Loading branch information
Showing
with
0 additions
and
1 deletion.
-
+0
−1
framer/Components/ScrollComponent.coffee
|
@@ -38,7 +38,6 @@ Events.ScrollStart = "scrollstart" |
|
|
Events.Scroll = "scroll" |
|
|
Events.ScrollMove = Events.Scroll |
|
|
Events.ScrollEnd = "scrollend" |
|
|
Events.ScrollEnd = "scrollend" |
|
|
Events.ScrollAnimationDidStart = "scrollanimationdidstart" |
|
|
Events.ScrollAnimationDidEnd = "scrollanimationdidend" |
|
|
|
|
|