Skip to content

Instantly share code, notes, and snippets.

@bryanmikaelian
Created March 18, 2013 19:13
Show Gist options
  • Save bryanmikaelian/5189959 to your computer and use it in GitHub Desktop.
Save bryanmikaelian/5189959 to your computer and use it in GitHub Desktop.
ship it
(function(){
(function(){
var ship_it = "Ship It";
return function() {
console.log("Ship It");
}
})()
})()()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment