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