Skip to content

Commit

Permalink
~ fix of extras
Browse files Browse the repository at this point in the history
  • Loading branch information
devgru committed Aug 19, 2010
1 parent ef12b75 commit 2837c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colors.js
Expand Up @@ -27,7 +27,7 @@ var extras = {
reversed: 7
}

var esc = function(str) { return "\x1B["+str+'m'; }
var esc = function(str) { return "\x1B[" + str + 'm'; }

this.reset = esc(0);

Expand Down

0 comments on commit 2837c94

Please sign in to comment.