Guest User

Untitled

a guest
May 26th, 2018
318
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. (function () {
  2.  
  3. YAHOO.lang.augmentObject(YAHOO.namespace('MyApp'),{
  4.  
  5. main : function() {
  6. ...
  7. },
  8.  
  9. get_loaf_id : function () {
  10. ...
  11. },
  12. ...
  13. });
  14.  
  15. ...
  16.  
  17. })();
Add Comment
Please, Sign In to add comment