1
0
mirror of https://github.com/bitwarden/browser synced 2024-12-25 17:32:46 +01:00

Revert "dont sequentialize in throttle spec"

This reverts commit 8edc99dfd1.
This commit is contained in:
Kyle Spearrin 2019-04-19 19:46:48 -04:00
parent 8edc99dfd1
commit a0a1142f1f

View File

@ -94,6 +94,7 @@ class Foo {
});
}
@sequentialize((args) => 'qux' + args[0])
@throttle(1, () => 'qux')
qux(a: number) {
this.calls++;