Skip to content

Commit

Permalink
Oops, missing break
Browse files Browse the repository at this point in the history
  • Loading branch information
devongovett committed May 26, 2012
1 parent 32968dd commit ed0932b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mdct.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ function MDCT(length) {

case 240:
this.sincos = MDCT_TABLE_240;
break;

default:
throw new Error("unsupported MDCT length: " + length);
Expand Down

0 comments on commit ed0932b

Please sign in to comment.