Skip to content

Instantly share code, notes, and snippets.

@ExperimentGarden
Created June 14, 2010 19:06
Show Gist options
  • Select an option

  • Save ExperimentGarden/438124 to your computer and use it in GitHub Desktop.

Select an option

Save ExperimentGarden/438124 to your computer and use it in GitHub Desktop.
fooNamespace.foo = 'Not yet set.';
fooNamespace.setFoo = function(bar)
{
fooNamespace.foo=bar;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment