Skip to content

Commit

Permalink
Update dsp.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lobsangludd authored Feb 21, 2017
1 parent 624b7b1 commit 91b49e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dsp.js
Original file line number Diff line number Diff line change
Expand Up @@ -2300,7 +2300,7 @@ Reverb.prototype.process = function (interleavedSamples){
return outputSamples;
};

if (module !== 'undefined' && module && typeof module.exports !== 'undefined') {
if (typeof module !== 'undefined' && module && module.exports) {
module.exports = {
DSP: DSP,
DFT: DFT,
Expand Down

0 comments on commit 91b49e4

Please sign in to comment.