added some credits

This commit is contained in:
Marak Squires 2010-06-12 23:02:19 -04:00
parent c290cf0cb1
commit 6f7438f88f

View File

@ -1,3 +1,5 @@
// colors.js - Alexis Sellier (cloudhead) , Marak Squires
// MIT yo. copy pasta us some credit plz
['bold', 'underline', 'italic', 'inverse', 'grey', 'yellow', 'red', 'green', 'blue', 'white', 'cyan', 'magenta'].forEach(function (style) {
Object.defineProperty(String.prototype, style, {
get: function () {