Skip to content

Instantly share code, notes, and snippets.

@cbonnissent
Last active March 3, 2016 16:23
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 cbonnissent/207d5dbb7baa22f55e45 to your computer and use it in GitHub Desktop.
Save cbonnissent/207d5dbb7baa22f55e45 to your computer and use it in GitHub Desktop.
(function umdRequire(root, factory) {
'use strict';
if (typeof define === 'function' && define.amd) {
define([ < dependances > ], factory);
} else {
factory( < dependances > );
}
}(window, function widget(
)
})
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment