mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
chore(): make members private
This commit is contained in:
@ -47,7 +47,6 @@ export class Content extends Ion {
|
||||
}
|
||||
|
||||
/**
|
||||
* TODO
|
||||
* @private
|
||||
*/
|
||||
onInit() {
|
||||
@ -132,6 +131,7 @@ export class Content extends Ion {
|
||||
}
|
||||
|
||||
/**
|
||||
* @private
|
||||
* Returns the content and scroll elements' dimensions.
|
||||
* @returns {Object} dimensions The content and scroll elements' dimensions
|
||||
* {Number} dimensions.contentHeight content offsetHeight
|
||||
@ -146,7 +146,6 @@ export class Content extends Ion {
|
||||
* {Number} dimensions.scrollWidth scroll scrollWidth
|
||||
* {Number} dimensions.scrollLeft scroll scrollLeft
|
||||
* {Number} dimensions.scrollRight scroll scrollLeft + scrollWidth
|
||||
* TODO: figure out how to get this to work
|
||||
*/
|
||||
getDimensions() {
|
||||
let scrollElement = this.scrollElement;
|
||||
|
Reference in New Issue
Block a user