Skip to content

Instantly share code, notes, and snippets.

@lpaulger
Last active April 18, 2016 09:04
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 lpaulger/07de7967f7e29a1047b8836041449c34 to your computer and use it in GitHub Desktop.
Save lpaulger/07de7967f7e29a1047b8836041449c34 to your computer and use it in GitHub Desktop.
example module before it's been UMDified
'use strict'
var MyModule = {
foo: function() {
//content with external dependency
return $.doSomething();
},
bar: function() {
//content
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment