Skip to content

Commit 6e725b1

Browse files
committed
formatting tweak
1 parent 373c0cd commit 6e725b1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Diff for: js/views/scrollView.js

+2-4
Original file line numberDiff line numberDiff line change
@@ -651,13 +651,11 @@ ionic.views.Scroll = ionic.views.View.inherit({
651651
// android y u resize so slow
652652
if ( ionic.Platform.version() < 4.4) {
653653
delay = 500;
654-
}
655-
else {
654+
} else {
656655
// probably overkill for chrome
657656
delay = 350;
658657
}
659-
}
660-
else {
658+
} else {
661659
delay = 80;
662660
}
663661

0 commit comments

Comments
 (0)