Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save cmcculloh/860953 to your computer and use it in GitHub Desktop.
Save cmcculloh/860953 to your computer and use it in GitHub Desktop.
JSHint says that namespace is undefined, however, I defined it on the first line.
window.namespace = window.namespace || {};
namespace.blah = "something";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment