mirror of
https://github.com/atom/atom.git
synced 2026-01-24 22:38:20 -05:00
Explicitly set mini to false when it isn't passed
This commit is contained in:
@@ -104,6 +104,7 @@ class TextEditor extends Model
|
||||
@assert ?= (condition) -> condition
|
||||
@firstVisibleScreenRow ?= 0
|
||||
@firstVisibleScreenColumn ?= 0
|
||||
@mini ?= false
|
||||
@emitter = new Emitter
|
||||
@disposables = new CompositeDisposable
|
||||
@cursors = []
|
||||
|
||||
Reference in New Issue
Block a user