Advertisement
Guest User

Untitled

a guest
Feb 6th, 2016
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. var myModule = (function(){
  2. var initInside = function() {
  3.  
  4. };
  5.  
  6. var _setUpListners = function() {
  7.  
  8. };
  9.  
  10. return{
  11. init: initInside
  12. };
  13. })();
  14.  
  15. myModule.init();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement