Skip to content

Instantly share code, notes, and snippets.

@jeremyfelt
Last active December 15, 2015 05:08
Show Gist options
  • Save jeremyfelt/5206360 to your computer and use it in GitHub Desktop.
Save jeremyfelt/5206360 to your computer and use it in GitHub Desktop.
(function (window, $, thirdyo ) ) {
var myfirstcallback = function {}
thirdyo.thirdpartyfunctionone( myfirstcallback );
thirdyo.thirdpartyfunctiontwo( mynextcallback );
function mynextcallback {}
})(window, jQuery, thirdyo );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment