Last Updated: February 25, 2016
·
255
· matthewriley

Moving Globally Scoped JavaScript into a Namespace

Working on moving your globally scoped JavaScript into a namespace? If you work in the enterprise (as I do) and most of your code is globally scoped (like my apps are), I hope you find one of my recent Google+ posts useful starting point when untangling globally scoped JavaScript.

https://plus.google.com/102836134221620620495/posts/GU5zVBoMb6R

Here's a related Gist for this post:

https://gist.github.com/4331922