diff --git a/index.bs b/index.bs index 2b8a7db00..aa05e1451 100644 --- a/index.bs +++ b/index.bs @@ -12171,7 +12171,7 @@ class Bitcrusher extends AudioWorkletProcessor { // No need to return a value; this node's lifetime is dependent only on its // input connections. } -}); +}; registerProcessor('bitcrusher', Bitcrusher);