Skip to content

Instantly share code, notes, and snippets.

@kujon
Created July 10, 2015 16:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kujon/4b501992aa3006b26e7a to your computer and use it in GitHub Desktop.
Save kujon/4b501992aa3006b26e7a to your computer and use it in GitHub Desktop.
Brototype plugin for London-based developers
var Blud = Bro;
Blud.NANG = Bro.TOTALLY;
Blud.DRED = Bro.NOWAY;
var methods = {
// Blud(blud1).manz('sket')
manz: Bro.prototype.doYouEven,
// Blud(blud1).dash('puff')
dash: Bro.prototype.iCanHaz,
// Blud(blud1).allowIt('fam')
allowIt: Bro.prototype.makeItHappen,
// Blud(blud1).wagwan() === Blud.NANG
wagwan: Bro.prototype.isThatEvenAThing,
// Blud(blud1).bareTingz()
bareTingz: Bro.prototype.giveMeProps,
// Blud(blud1).jack(mash)
jack: Bro.prototype.comeAtMe,
// Blud(blud1).hazRestecp('mandem')
hazRestecp: Bro.prototype.hasRespect
};
Bro.prototype.comeAtMe(methods);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment