Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. (function (global, factory) {
  2. factory( global );
  3. }(typeof window !== "undefined" ? window : this, function( window, noGlobal ) {
  4. // jquery implementation
  5. });
  6.  
  7. (function () {
  8. // dropzone implementation
  9. }).call(this);
  10.  
  11. (function (global) {
  12. var myExtension = function () {};
  13.  
  14. global.myExtension = myExtension;
  15. }(window));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement