Skip to content

Instantly share code, notes, and snippets.

@verekia
Created January 20, 2016 19:42
Show Gist options
  • Save verekia/7453e2126eea77fa4e5e to your computer and use it in GitHub Desktop.
Save verekia/7453e2126eea77fa4e5e to your computer and use it in GitHub Desktop.
define(function(){
function add(a, b){
return a + b;
}
return {
add:add
};
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment