Skip to content

Instantly share code, notes, and snippets.

@gu3st
Created November 28, 2012 01:08
Show Gist options
  • Save gu3st/4158348 to your computer and use it in GitHub Desktop.
Save gu3st/4158348 to your computer and use it in GitHub Desktop.
insanity 3
(function(window){
api = {
clear: clear,
add: add
}
function clear(){
}
function add(){
}
window.Awesome = api;
})(window);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment