mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Merge branch 'master' into ns-improve-workspace-api-docs
This commit is contained in:
@@ -1733,3 +1733,7 @@ class Editor extends Model
|
||||
|
||||
getSelectionMarkerAttributes: ->
|
||||
type: 'selection', editorId: @id, invalidate: 'never'
|
||||
|
||||
# Deprecated: Call {::joinLines} instead.
|
||||
joinLine: ->
|
||||
@joinLines()
|
||||
|
||||
Reference in New Issue
Block a user