Skip to content

Instantly share code, notes, and snippets.

@iam-peekay
Created January 22, 2016 02:49
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save iam-peekay/9fc70bb2629bca39df7b to your computer and use it in GitHub Desktop.
Save iam-peekay/9fc70bb2629bca39df7b to your computer and use it in GitHub Desktop.
define([], function() {
return {
hello: function() {
console.log('hello');
},
goodbye: function() {
console.log('goodbye');
}
};
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment