Explicitly set mini to false when it isn't passed

This commit is contained in:
Wliu
2016-05-02 20:08:35 -04:00
parent 6b4742355a
commit bb46933d58

View File

@@ -104,6 +104,7 @@ class TextEditor extends Model
@assert ?= (condition) -> condition
@firstVisibleScreenRow ?= 0
@firstVisibleScreenColumn ?= 0
@mini ?= false
@emitter = new Emitter
@disposables = new CompositeDisposable
@cursors = []