mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
formatting tweak
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user