From 8edc99dfd13c75ad9faaf790f221c6b9739ab88a Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Fri, 19 Apr 2019 17:41:33 -0400 Subject: [PATCH] dont sequentialize in throttle spec --- spec/common/misc/throttle.spec.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/common/misc/throttle.spec.ts b/spec/common/misc/throttle.spec.ts index f7a273a6f9..d35d13f9e1 100644 --- a/spec/common/misc/throttle.spec.ts +++ b/spec/common/misc/throttle.spec.ts @@ -94,7 +94,6 @@ class Foo { }); } - @sequentialize((args) => 'qux' + args[0]) @throttle(1, () => 'qux') qux(a: number) { this.calls++;