diff options
| author | Julie Lala <jules@okfoc.us> | 2015-05-18 18:26:54 +0200 |
|---|---|---|
| committer | Julie Lala <jules@okfoc.us> | 2015-05-18 18:26:54 +0200 |
| commit | 94ee178000e256dc41438cf4d867e1bced09563e (patch) | |
| tree | b83c789d582b00a5b7eeb6f16a8484290ac5b8e3 /js/lex.js | |
| parent | b8d2dfbbd1c934a7c09da3a25a4c53ff0c459e92 (diff) | |
fix brush loading + erasing
Diffstat (limited to 'js/lex.js')
| -rw-r--r-- | js/lex.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -95,7 +95,7 @@ Lex.prototype.ne = function(lex){ return ! this.eq(lex) } Lex.prototype.clear = function(){ - this.bg = fillColor + this.bg = colors.black this.fg = 0 this.char = " " this.opacity = 0 |
