Got rid of testing ending line for indent visualizer

This commit is contained in:
Nick Winter 2015-12-10 11:11:12 -08:00
parent 67ac55de7f
commit 4a04a48f42

View file

@ -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: ->