Skip to content

Instantly share code, notes, and snippets.

@tim-smart
Created March 13, 2010 07:58
Show Gist options
  • Select an option

  • Save tim-smart/331195 to your computer and use it in GitHub Desktop.

Select an option

Save tim-smart/331195 to your computer and use it in GitHub Desktop.
for (name in test) {
(function(name) {
// name is contained
})(name);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment