sound.js
sound.js copied to clipboard
demo bug
Uncaught ReferenceError: module is not defined at sound.js:160
yes, this happens to me as well, both in the demo page and my custom tests. any solution?
Met too. Any word on this?
Open sound.js
Find:
var exports = module.exports = {};
Replace with:
var exports = {};
This fixes the problem. Why hasn't it been added to the repo?