test(all): fix tests

This commit is contained in:
Manu Mtz.-Almeida
2018-08-28 22:30:56 +02:00
parent 1d46973785
commit 4b92607de0
2 changed files with 52 additions and 54 deletions

View File

@ -218,9 +218,7 @@ export class Slides {
* Start auto play.
*/
@Method()
startAutoplay()
{
startAutoplay() {
this.swiper.autoplay.start();
}