Skip to content

Commit

Permalink
making applySwipe public
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshDSommer committed Sep 21, 2016
1 parent c09e6b5 commit 344fde2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nativescript-slides.ts
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ export class SlideContainer extends AbsoluteLayout {
}
}

private applySwipe(pageWidth: number): void {
public applySwipe(pageWidth: number): void {
let previousDelta = -1; //hack to get around ios firing pan event after release
let endingVelocity = 0;
let startTime, deltaTime;
Expand Down

0 comments on commit 344fde2

Please sign in to comment.