Skip to content

Commit 9ae9923

Browse files
committed
minor bug fix for typescript compiler
1 parent ae7949a commit 9ae9923

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
@@ -228,7 +228,7 @@ export class SlideContainer extends AbsoluteLayout {
228228
var pageIndicatorsLeftOffset = this.pageWidth / 4;
229229
AbsoluteLayout.setLeft(this._footer, pageIndicatorsLeftOffset);
230230
this._footer.width = this.pageWidth / 2;
231-
this._footer.marginTop = this._pagerOffset;
231+
this._footer.marginTop = <any>this._pagerOffset;
232232
}
233233

234234
this.positionPanels(this.currentPanel);

0 commit comments

Comments
 (0)