From e8e0f835397f4656e7b6a4bfe685907b10cabb30 Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Wed, 6 Jan 2016 15:39:06 -0600 Subject: [PATCH] fix(resize): speed up window resize throttle Related to #880 --- ionic/platform/platform.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ionic/platform/platform.ts b/ionic/platform/platform.ts index dcd3ef6d4e..b7fe906c92 100644 --- a/ionic/platform/platform.ts +++ b/ionic/platform/platform.ts @@ -299,7 +299,7 @@ export class Platform { console.error(e); } } - }, 500); + }, 250); } /**