From abf77a1cf07a7e6eacad79a214e7541d41519e1b Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Wed, 6 Aug 2014 20:36:55 -0500 Subject: [PATCH] style(): spaces man, spaces --- js/views/scrollView.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/js/views/scrollView.js b/js/views/scrollView.js index fce8220d2a..dc72bc5c28 100644 --- a/js/views/scrollView.js +++ b/js/views/scrollView.js @@ -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() );