Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@baobao
Last active December 7, 2018 03:02
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 baobao/7f2a16911e9ac4aed036004c1a762e25 to your computer and use it in GitHub Desktop.
Save baobao/7f2a16911e9ac4aed036004c1a762e25 to your computer and use it in GitHub Desktop.
{
// Helloworld.jsx
function Main(thisObj)
{
alert("Helloworld");
}
Main(this);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment