Skip to content

Instantly share code, notes, and snippets.

@lpaulger
Created April 18, 2016 08:49
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 lpaulger/d5755727576b97c7cc681b8d5f161e6a to your computer and use it in GitHub Desktop.
Save lpaulger/d5755727576b97c7cc681b8d5f161e6a to your computer and use it in GitHub Desktop.
and example of how to reference module code in old legacy (namespace) javascript code
window.MyCompany.Utilities = {
foo: window.MyModule.foo,
bar: window.MyModule.bar
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment