1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-16 02:27:00 +02:00

dont sequentialize in throttle spec

This commit is contained in:
Kyle Spearrin 2019-04-19 17:41:33 -04:00
parent bc43c68eb9
commit 8edc99dfd1

View File

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