Skip to content

Commit

Permalink
Fix the typing error identified in AudioWorklet Examples (#2576)
Browse files Browse the repository at this point in the history
  • Loading branch information
MeenuyD committed Apr 16, 2024
1 parent 15fc913 commit 5ac88fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Expand Up @@ -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);
</xmp>
Expand Down

0 comments on commit 5ac88fa

Please sign in to comment.