Skip to content

Commit

Permalink
semi-colon discrepancy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
plobsing committed Jan 6, 2011
1 parent cde831c commit 619f97b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ojs.coda.js
Expand Up @@ -18,7 +18,7 @@ OMetaTranslator.jumpTableCode = function(cases) {
buf.nextPutAll("case " + cases[i][0] + ":return " + cases[i][1] + ";")
buf.nextPutAll("default: throw " +
( WINXED ? "self.fail" : "fail" ) +
"}})(" +
";}})(" +
( WINXED ? "self" : "this" ) +
")")
return buf.contents()
Expand Down

0 comments on commit 619f97b

Please sign in to comment.