Skip to content

Instantly share code, notes, and snippets.

@verekia
Created January 20, 2016 19:42
Show Gist options
  • Save verekia/f38b1ef7d17b117064fd to your computer and use it in GitHub Desktop.
Save verekia/f38b1ef7d17b117064fd to your computer and use it in GitHub Desktop.
require(['MyMath'], function(MyMath){
console.log(MyMath.add(1, 2));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment