mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Specs cleanup buffers
This commit is contained in:
@@ -398,7 +398,7 @@ class Editor extends View
|
||||
false
|
||||
|
||||
getOpenBufferPaths: ->
|
||||
editSession.buffer.path for editSession in @editSessions when editSession.buffer.path?
|
||||
editSession.buffer.getPath() for editSession in @editSessions when editSession.buffer.getPath()?
|
||||
|
||||
scrollTop: (scrollTop, options) ->
|
||||
return @cachedScrollTop or 0 unless scrollTop?
|
||||
|
||||
Reference in New Issue
Block a user