fix(resize): speed up window resize throttle

Related to #880
This commit is contained in:
Adam Bradley
2016-01-06 15:39:06 -06:00
parent 4bf716528e
commit e8e0f83539

View File

@@ -299,7 +299,7 @@ export class Platform {
console.error(e);
}
}
}, 500);
}, 250);
}
/**