mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Use @mini
This commit is contained in:
@@ -81,7 +81,7 @@ class EditorView extends View
|
||||
softWrap: false
|
||||
tabLength: 2
|
||||
softTabs: true
|
||||
mini: mini
|
||||
mini: @mini
|
||||
|
||||
props = defaults({@editor, parentView: this}, props)
|
||||
@component = React.renderComponent(EditorComponent(props), @element)
|
||||
|
||||
Reference in New Issue
Block a user