Skip to content

Instantly share code, notes, and snippets.

@xphong
Created July 15, 2015 14:27
Show Gist options
  • Save xphong/7c67853d85fe816533c8 to your computer and use it in GitHub Desktop.
Save xphong/7c67853d85fe816533c8 to your computer and use it in GitHub Desktop.
JS Namespacing
;(function(namespace) {
'use strict';
})(window.namespace = window.namespace || {});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment