Skip to content

Commit 9ea41b9

Browse files
committed
removed superfluous addedPadding
1 parent c9bc2e2 commit 9ea41b9

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)