mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
style(): spaces man, spaces
This commit is contained in:
@@ -374,7 +374,7 @@ ionic.views.Scroll = ionic.views.View.inherit({
|
||||
getContentHeight: function() {
|
||||
return Math.max(self.__content.scrollHeight, self.__content.offsetHeight + self.__content.offsetTop);
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
for (var key in options) {
|
||||
this.options[key] = options[key];
|
||||
@@ -1098,8 +1098,8 @@ ionic.views.Scroll = ionic.views.View.inherit({
|
||||
// Update Scroller dimensions for changed content
|
||||
// Add padding to bottom of content
|
||||
this.setDimensions(
|
||||
this.__container.clientWidth,
|
||||
this.__container.clientHeight,
|
||||
this.__container.clientWidth,
|
||||
this.__container.clientHeight,
|
||||
this.options.getContentWidth(),
|
||||
this.options.getContentHeight()
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user