mirror of
https://github.com/flynx/colors.js.git
synced 2026-01-05 18:21:16 +00:00
Removed require(sys) used while debugging
This commit is contained in:
parent
54cffd2417
commit
96f8cd5626
@ -23,8 +23,6 @@ THE SOFTWARE.
|
|||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
var sys = require('sys');
|
|
||||||
|
|
||||||
['bold', 'underline', 'italic', 'inverse', 'grey', 'yellow', 'red', 'green', 'blue', 'white', 'cyan', 'magenta'].forEach(function (style) {
|
['bold', 'underline', 'italic', 'inverse', 'grey', 'yellow', 'red', 'green', 'blue', 'white', 'cyan', 'magenta'].forEach(function (style) {
|
||||||
Object.defineProperty(String.prototype, style, {
|
Object.defineProperty(String.prototype, style, {
|
||||||
get: function () {
|
get: function () {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user