mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-28 01:55:38 -05:00
Remove red color for now for indentation visualizer (#3232)
This commit is contained in:
parent
1bdefb3927
commit
7cbe679f6b
1 changed files with 1 additions and 1 deletions
|
@ -277,7 +277,7 @@ module.exports = class SpellView extends CocoView
|
||||||
ar = str.match(/^\s*/)
|
ar = str.match(/^\s*/)
|
||||||
ar.pop().length
|
ar.pop().length
|
||||||
|
|
||||||
colors = ['50,150,200', '200,150,50', '255,0,0', '0,255,0']
|
colors = ['50,150,200', '200,150,50']
|
||||||
|
|
||||||
for row in [0..@aceSession.getLength()]
|
for row in [0..@aceSession.getLength()]
|
||||||
foldWidgets[row] = @aceSession.getFoldWidget(row) unless foldWidgets[row]?
|
foldWidgets[row] = @aceSession.getFoldWidget(row) unless foldWidgets[row]?
|
||||||
|
|
Loading…
Reference in a new issue