Skip to content

Instantly share code, notes, and snippets.

@elgamine-dev
Created October 17, 2016 07:33
Show Gist options
  • Save elgamine-dev/9ead88aff0c7c78a009b4c1bdc8b4724 to your computer and use it in GitHub Desktop.
Save elgamine-dev/9ead88aff0c7c78a009b4c1bdc8b4724 to your computer and use it in GitHub Desktop.
Design Pattern 101
(function(){
var app = {
init: function(){
},
listeners: function(){
},
start: function(){
},
pause: function(){
},
stop: function.js
};
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment