Add _all_ the defaults in from editorView

This commit is contained in:
Ben Ogle
2014-08-25 14:46:48 -07:00
parent ad269357b7
commit abadc9805c

View File

@@ -50,6 +50,12 @@ class EditorView extends View
softWrapAtPreferredLineLength: false
scrollSensitivity: 40
useHardwareAcceleration: true
confirmCheckoutHeadRevision: true
invisibles:
eol: '\u00ac'
space: '\u00b7'
tab: '\u00bb'
cr: '\u00a4'
@content: (params) ->
attributes = params.attributes ? {}