chore(): make members private

This commit is contained in:
Adam Bradley
2015-11-15 20:37:24 -06:00
parent 9ef27f8c56
commit 13fa14dff6
24 changed files with 301 additions and 140 deletions

View File

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