mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
typo
This commit is contained in:
@@ -16,7 +16,7 @@ Chrome =
|
||||
|
||||
# Returns null or a file path.
|
||||
savePanel: ->
|
||||
panel = OSX.NSSavePanel.savePane
|
||||
panel = OSX.NSSavePanel.savePanel
|
||||
if panel.runModal isnt OSX.NSFileHandlingPanelOKButton
|
||||
return null
|
||||
panel.filenames.lastObject
|
||||
|
||||
Reference in New Issue
Block a user