Merge branch 'master' into ns-improve-workspace-api-docs

This commit is contained in:
Nathan Sobo
2014-03-04 11:04:24 -07:00
5 changed files with 29 additions and 16 deletions

View File

@@ -1733,3 +1733,7 @@ class Editor extends Model
getSelectionMarkerAttributes: ->
type: 'selection', editorId: @id, invalidate: 'never'
# Deprecated: Call {::joinLines} instead.
joinLine: ->
@joinLines()