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:
@ -12,7 +12,7 @@ import {debounce, isTrueProperty, defaults} from '../../util/util'
|
|||||||
import {Swiper} from './swiper-widget';
|
import {Swiper} from './swiper-widget';
|
||||||
import {Scroll} from '../scroll/scroll';
|
import {Scroll} from '../scroll/scroll';
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @name Slides
|
* @name Slides
|
||||||
* @description
|
* @description
|
||||||
@ -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