mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
📝 doc parameters in workspace.coffee
This commit is contained in:
@@ -48,9 +48,9 @@ class Workspace extends Model
|
||||
|
||||
# Public: Asynchronously opens a given a filepath in Atom.
|
||||
#
|
||||
# * filePath: A file path
|
||||
# * options
|
||||
# + initialLine: The buffer line number to open to.
|
||||
# filePath - A {String} file path.
|
||||
# options - An options {Object} (default: {}).
|
||||
# :initialLine - The buffer line number to open to.
|
||||
#
|
||||
# Returns a promise that resolves to the {Editor} for the file URI.
|
||||
open: (filePath, options={}) ->
|
||||
|
||||
Reference in New Issue
Block a user