Skip to content

Instantly share code, notes, and snippets.

@Godoy
Last active April 25, 2016 16:09
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 Godoy/c8cba89030c44e163997ed675c7fc0cd to your computer and use it in GitHub Desktop.
Save Godoy/c8cba89030c44e163997ed675c7fc0cd to your computer and use it in GitHub Desktop.
Test load async
function my_function(param) {
console.log("in correct function");
console.log(param);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment