Guest User

Untitled

a guest
Aug 14th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. !function (name, definition) {
  2. if (typeof define == 'function' && define.amd) define(name, definition)
  3. else if (typeof module != 'undefined') module.exports = definition()
  4. else this[name] = definition()
  5. }('thing', function () {
  6. // codes
  7. return module
  8. })
Add Comment
Please, Sign In to add comment