Skip to content

Instantly share code, notes, and snippets.

@jverdeyen
Created July 13, 2012 12:29
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 jverdeyen/3104639 to your computer and use it in GitHub Desktop.
Save jverdeyen/3104639 to your computer and use it in GitHub Desktop.
Javascript: Lib wrapper
var lib = (function(settings){
var defaults = {};
settings = $.extend({}, defaults, settings);
var init = function(){
};
return init();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment