Created
July 10, 2015 16:52
-
-
Save kujon/4b501992aa3006b26e7a to your computer and use it in GitHub Desktop.
Brototype plugin for London-based developers
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
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