Skip to content

Instantly share code, notes, and snippets.

@Danetag
Last active August 29, 2015 14:27
Show Gist options
  • Save Danetag/7a451b58f424915b895b to your computer and use it in GitHub Desktop.
Save Danetag/7a451b58f424915b895b to your computer and use it in GitHub Desktop.
Js2JsCompiler.prototype.compileCode = function(code) {
return code; // as we need to compile javascript to javascript, we do nothing here :)
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment