Skip to content

Commit

Permalink
formatting tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
tlancina committed May 13, 2014
1 parent 373c0cd commit 6e725b1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions js/views/scrollView.js
Original file line number Diff line number Diff line change
Expand Up @@ -651,13 +651,11 @@ ionic.views.Scroll = ionic.views.View.inherit({
// android y u resize so slow
if ( ionic.Platform.version() < 4.4) {
delay = 500;
}
else {
} else {
// probably overkill for chrome
delay = 350;
}
}
else {
} else {
delay = 80;
}

Expand Down

0 comments on commit 6e725b1

Please sign in to comment.