Skip to content

Commit 7840c1b

Browse files
committed
Merge pull request #386 from malixsys/patch-1
removed superfluous addedPadding
2 parents c9bc2e2 + 9ea41b9 commit 7840c1b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

js/ext/angular/src/directive/ionicScroll.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ angular.module('ionic.ui.scroll', [])
3030
sc.className = 'scroll';
3131
if(attr.padding == "true") {
3232
sc.classList.add('padding');
33-
addedPadding = true;
3433
}
3534
if($scope.$eval($scope.paging) === true) {
3635
sc.classList.add('scroll-paging');

0 commit comments

Comments
 (0)