Last active
August 1, 2021 11:12
-
-
Save babjo/154128e45e42d289d6e4272bc8505e94 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
// global | |
var myApp = myApp || {}; | |
// namespaces | |
myApp.routers = myApp.routers || {}; | |
myApp.model = myApp.model || {}; | |
myApp.model.special = myApp.model.special || {}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment