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