mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
💄
4 kev ❤️
This commit is contained in:
@@ -194,7 +194,6 @@ class RootView extends View
|
||||
.progress (value) =>
|
||||
console.log "#{filepath} read #{100 * (value / fileSize)}"
|
||||
|
||||
|
||||
# Private: DEPRECATED Synchronously Opens a given a filepath in Atom.
|
||||
open: (filePath, options = {}) ->
|
||||
console.warn("RootView::open is deprecated")
|
||||
@@ -215,7 +214,6 @@ class RootView extends View
|
||||
activePane.focus() if changeFocus
|
||||
editSession
|
||||
|
||||
|
||||
# Public: Updates the application's title, based on whichever file is open.
|
||||
updateTitle: ->
|
||||
if projectPath = project.getPath()
|
||||
|
||||
Reference in New Issue
Block a user