💄 reorganize editor spec a bit

This commit is contained in:
Nathan Sobo
2012-01-31 19:28:25 -07:00
parent 0e677b6b82
commit 677df675fb
2 changed files with 133 additions and 127 deletions

View File

@@ -15,11 +15,13 @@ class Editor extends Template
@input class: 'hidden-input', outlet: 'hiddenInput'
viewProperties:
vScrollMargin: 2
hScrollMargin: 10
cursor: null
buffer: null
selection: null
vScrollMargin: 2
hScrollMargin: 10
lineHeight: null
charWidth: null
initialize: () ->
requireStylesheet 'editor.css'