Skip to content

Instantly share code, notes, and snippets.

@bcherry
Created March 22, 2010 22:24
Show Gist options
  • Save bcherry/340605 to your computer and use it in GitHub Desktop.
Save bcherry/340605 to your computer and use it in GitHub Desktop.
var foo, bar;
foo = function () {
bar();
}
bar = function () {
foo();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment