Skip to content

Instantly share code, notes, and snippets.

@rahmathm1
Created November 24, 2016 09:13
Show Gist options
  • Save rahmathm1/bcda280ac586aa77a2f159d87dfd16b1 to your computer and use it in GitHub Desktop.
Save rahmathm1/bcda280ac586aa77a2f159d87dfd16b1 to your computer and use it in GitHub Desktop.
File that contains the main code
'use strict';
var HUB = HUB || {};
HUB.namespace = function (ns_string) {
...
return parent;
};
HUB.namespace('HUB.Portal');
HUB.Portal = {
...
// global settings
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment