Skip to content

Commit

Permalink
Merge pull request fasterthanlime#5 from smoove666/master
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
Amos Wenger committed Jun 17, 2011
2 parents 47a8ce6 + 8aeb986 commit 7fb476d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/decoder.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Mad.Decoder.run_sync () {
if (typeof(this.input_func) == "undefined")
return 0; // no input = no cake.

if (typoef(this.error_func) != "undefined") {
if (typeof(this.error_func) != "undefined") {
error_func = this.error_func;
error_data = this.cb_data;
} else { // double-negatives ftw
Expand Down

0 comments on commit 7fb476d

Please sign in to comment.