Skip to content

Instantly share code, notes, and snippets.

@dented
Created September 8, 2015 10:11
Show Gist options
  • Save dented/109240377f6e8cdbd96d to your computer and use it in GitHub Desktop.
Save dented/109240377f6e8cdbd96d to your computer and use it in GitHub Desktop.
Factory
(function (factory) {
if (typeof define === "function" && define.amd) {
define( ["jquery"], factory );
} else {
factory( window.jQuery );
}
}(function ($) {
}));
(function($) {
}(window.jQuery));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment