chore(): remove debugger

This commit is contained in:
Tim Lancina
2016-01-19 14:53:01 -06:00
parent 0332904254
commit ee566ae387

View File

@ -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;
}); });