Created
November 24, 2016 07:33
-
-
Save rahmathm1/778ea4f1a999637e5da9a86fb6d1a531 to your computer and use it in GitHub Desktop.
JS-Pattern
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
HUB.namespace('HUB.Portal.Index'); | |
HUB.Portal.Index = (function () { | |
'use strict'; | |
var _self = {}; | |
var resetSession = function (resetSessionUrl) { | |
... | |
} | |
_self.init = function (error, resetSessionUrl) { | |
resetSession(); | |
... | |
} | |
return _self; | |
}()); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment