4 kev ❤️
This commit is contained in:
probablycorey
2013-10-10 09:42:00 -07:00
parent 9a61c545f4
commit b114545dd2

View File

@@ -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()