Skip to content

Instantly share code, notes, and snippets.

@Kureev
Last active October 16, 2016 23:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kureev/d13c63f87149bdf723aa30649f173b61 to your computer and use it in GitHub Desktop.
Save Kureev/d13c63f87149bdf723aa30649f173b61 to your computer and use it in GitHub Desktop.
function SetupGlobalEnvironment() {
var globalObject = JsGetGlobalObject();
var bridge = {
render: render,
};
globalObject.bridge = bridge;
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment