mirror of
https://github.com/atom/atom.git
synced 2026-02-17 01:51:54 -05:00
Err, yeah, we care about undefined, not false.
This commit is contained in:
@@ -42,7 +42,7 @@ class TextEditorPresenter
|
||||
@startReflowing() if @continuousReflow
|
||||
@updating = false
|
||||
|
||||
@scrollPastEndOverride = scrollPastEnd || true
|
||||
@scrollPastEndOverride = scrollPastEnd ? true
|
||||
|
||||
setLinesYardstick: (@linesYardstick) ->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user