Skip to content

Instantly share code, notes, and snippets.

@oyvindkinsey
Created December 10, 2010 08:23
Show Gist options
  • Save oyvindkinsey/735953 to your computer and use it in GitHub Desktop.
Save oyvindkinsey/735953 to your computer and use it in GitHub Desktop.
var mylib = {};
(function(context){
var easyXDM;
//include easyXDM here
//enjoy your closured ref to easyXDM here
mylib.easyXDM = easyXDM;
})(mylib);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment