Skip to content

Instantly share code, notes, and snippets.

@ELLIOTTCABLE
Created July 23, 2010 22:31
Show Gist options
  • Save ELLIOTTCABLE/488149 to your computer and use it in GitHub Desktop.
Save ELLIOTTCABLE/488149 to your computer and use it in GitHub Desktop.
(function(){
var myThing
from("foo", function(foo){
from("bar", function(bar){
from("baz", function(baz){
from("widget", function(widget){
// Actual library code
})
})
})
})
return myThing
})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment