Skip to content

Commit 344fde2

Browse files
committed
making applySwipe public
#70
1 parent c09e6b5 commit 344fde2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nativescript-slides.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ export class SlideContainer extends AbsoluteLayout {
300300
}
301301
}
302302

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

0 commit comments

Comments
 (0)