Skip to content

Instantly share code, notes, and snippets.

@jordanbyron
Created June 14, 2012 20:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jordanbyron/2932730 to your computer and use it in GitHub Desktop.
Save jordanbyron/2932730 to your computer and use it in GitHub Desktop.
// Create a namespace for rafadc to work in
var ericgj = ericgj || {};
ericgj.WordDrawing = {
// Snip ....
}
// Create a namespace for rafadc to work in
var rafadc = rafadc || {};
rafadc.WordDrawing = {
// Snip ....
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment