Merge pull request #11712 from SimpleTease/update

Emscripten: remove unused dependency (buildfix)
This commit is contained in:
Autechre 2020-12-18 05:58:25 +01:00 committed by GitHub
commit 6ba7f3c28b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
//"use strict";
var LibraryRWebAudio = {
$RA__deps: ['$Browser', 'usleep'],
$RA__deps: ['$Browser'],
$RA: {
BUFFER_SIZE: 2048,