mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
docs(slides): deprecation notice typo's (#9932)
This commit is contained in:
@ -1033,7 +1033,7 @@ export class Slides extends Ion {
|
|||||||
*/
|
*/
|
||||||
getSlider(): void {
|
getSlider(): void {
|
||||||
// deprecated 2016-12-29
|
// deprecated 2016-12-29
|
||||||
console.warn(`ion-slides, getSlide() has been removed. Please use the properties and methods on the instance of ion-slide instead.`);
|
console.warn(`ion-slides, getSlider() has been removed. Please use the properties and methods on the instance of ion-slides instead.`);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user