Skip to content

Commit

Permalink
returned decoding result
Browse files Browse the repository at this point in the history
  • Loading branch information
pa7 committed Dec 15, 2010
1 parent 9ade9ec commit 57dab38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c0d3.js
Expand Up @@ -77,7 +77,7 @@
cfg.canvas = canvas;
}

modules["decode-"+from](cfg);
return modules["decode-"+from]["logic"](cfg);
}else
console.log("Core: Module 'decode-"+from+"' not registered");

Expand Down

0 comments on commit 57dab38

Please sign in to comment.