Skip to content

Instantly share code, notes, and snippets.

@lupomontero
Last active October 2, 2015 12:48
Show Gist options
  • Save lupomontero/2245600 to your computer and use it in GitHub Desktop.
Save lupomontero/2245600 to your computer and use it in GitHub Desktop.
(function () {
var a = 'not foo again';
var foo = function (b) {
// do something funky with a and b
};
window.myPlugin = foo;
}());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment