Skip to content

Commit

Permalink
fix(slides): isEnd() returns a boolean
Browse files Browse the repository at this point in the history
fixes #15376
  • Loading branch information
manucorporat committed Aug 30, 2018
1 parent 81fbbb8 commit 771c517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/components/slides/slides.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ export class Slides {
*
*/
@Method()
isEnd(): Promise<ConstrainBoolean> {
isEnd(): Promise<boolean> {
return Promise.resolve(this.swiper.isEnd);
}

Expand Down

0 comments on commit 771c517

Please sign in to comment.