Created
November 24, 2016 09:13
-
-
Save rahmathm1/bcda280ac586aa77a2f159d87dfd16b1 to your computer and use it in GitHub Desktop.
File that contains the main code
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'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