Advertisement
Guest User

Untitled

a guest
Jul 30th, 2015
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. var Blud = Bro;
  2.  
  3. Blud.NANG = Bro.TOTALLY;
  4. Blud.DRED = Bro.NOWAY;
  5.  
  6. var methods = {
  7. // Blud(blud1).manz('sket')
  8. manz: Bro.prototype.doYouEven,
  9. // Blud(blud1).dash('puff')
  10. dash: Bro.prototype.iCanHaz,
  11. // Blud(blud1).allowIt('fam')
  12. allowIt: Bro.prototype.makeItHappen,
  13. // Blud(blud1).wagwan() === Blud.NANG
  14. wagwan: Bro.prototype.isThatEvenAThing,
  15. // Blud(blud1).bareTingz()
  16. bareTingz: Bro.prototype.giveMeProps,
  17. // Blud(blud1).jack(mash)
  18. jack: Bro.prototype.comeAtMe,
  19. // Blud(blud1).hazRestecp('mandem')
  20. hazRestecp: Bro.prototype.hasRespect
  21. };
  22.  
  23. Bro.prototype.comeAtMe(methods);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement