mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 21:48:42 +08:00
chore(): remove debugger
This commit is contained in:
@ -187,7 +187,6 @@ export class Slides extends Ion {
|
|||||||
};
|
};
|
||||||
|
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
debugger;
|
|
||||||
var swiper = new Swiper(this.getNativeElement().children[0], options);
|
var swiper = new Swiper(this.getNativeElement().children[0], options);
|
||||||
this.slider = swiper;
|
this.slider = swiper;
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user