Skip to content

Instantly share code, notes, and snippets.

@balanceiskey
Created September 5, 2013 16:29
Show Gist options
  • Save balanceiskey/6452589 to your computer and use it in GitHub Desktop.
Save balanceiskey/6452589 to your computer and use it in GitHub Desktop.
define ( ['somewhere/someFunc'], function (someFunction) {
return someFunction(anotherFunction);
function anotherFunction() {
// stuff
};
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment