Skip to content

Instantly share code, notes, and snippets.

@rahmathm1
Created November 24, 2016 07:33
Show Gist options
  • Save rahmathm1/778ea4f1a999637e5da9a86fb6d1a531 to your computer and use it in GitHub Desktop.
Save rahmathm1/778ea4f1a999637e5da9a86fb6d1a531 to your computer and use it in GitHub Desktop.
JS-Pattern
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