mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-14 07:00:01 -04:00
Got rid of testing ending line for indent visualizer
This commit is contained in:
parent
67ac55de7f
commit
4a04a48f42
1 changed files with 0 additions and 3 deletions
|
@ -325,9 +325,6 @@ module.exports = class SpellView extends CocoView
|
|||
"position: absolute; top: #{t}px; left: #{l}px; width: #{w}px; height: #{h}px; background-color: rgba(#{color.fill},0.5);
|
||||
border-right: #{bw}px solid rgba(#{color.border},1); border-bottom: #{bw}px solid rgba(#{color.border},1);"
|
||||
></div>
|
||||
<div style=
|
||||
"position: absolute; top: #{t + h}px; left: #{l}px; width: #{500}px; height: #{bw}px; background-color: rgba(#{color.border},1);"
|
||||
></div>
|
||||
"""
|
||||
|
||||
fillACE: ->
|
||||
|
|
Loading…
Reference in a new issue