fix(slides): fix comments

This commit is contained in:
mhartington
2015-12-04 16:45:39 -05:00
parent 5587d2bdb8
commit 2132c5c59d

View File

@ -499,7 +499,6 @@ export class Slides extends Ion {
* Update the underlying slider implementation. Call this if you've added or removed
* child slides.
*/
*/
update() {
setTimeout(() => {
this.slider.update();
@ -587,7 +586,7 @@ export class Slide {
}
/**
* @priavte
* @private
*/
@Directive({
selector: 'slide-lazy',