mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
fix(slides): fix comments
This commit is contained in:
@ -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',
|
||||
|
Reference in New Issue
Block a user