Skip to content

Instantly share code, notes, and snippets.

@jhartikainen
Created May 1, 2011 20:17
Show Gist options
  • Save jhartikainen/950825 to your computer and use it in GitHub Desktop.
Save jhartikainen/950825 to your computer and use it in GitHub Desktop.
var myWidget = function() {
//create widget and all stuff here
//return an object with methods, which then muck with the widget & co. created inside the closure here
return {
doStuff: function() ...
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment