Skip to content

Instantly share code, notes, and snippets.

@searls
Created September 18, 2011 02:16
Show Gist options
  • Save searls/1224597 to your computer and use it in GitHub Desktop.
Save searls/1224597 to your computer and use it in GitHub Desktop.
(function(){
window.Sweden = function(){
var self = {};
self.giveMeACookie = function(){
return makeACookie();
};
var makeACookie = function(){
return "kaka";
};
return self;
};
})();
@searls
Copy link
Author

searls commented Sep 18, 2011

Heh. @magnusstahre is all the connection I need. He names every spare variable kaka until he has a good name for it.

@md2perpe
Copy link

Aha, okey... 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment