Created
October 17, 2016 07:33
-
-
Save elgamine-dev/9ead88aff0c7c78a009b4c1bdc8b4724 to your computer and use it in GitHub Desktop.
Design Pattern 101
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
(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