mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
📝 Add missing argument
This commit is contained in:
@@ -535,6 +535,8 @@ class Pane extends Model
|
||||
|
||||
# Public: Activate the first item that matches the given URI.
|
||||
#
|
||||
# * `uri` {String} containing a URI.
|
||||
#
|
||||
# Returns a {Boolean} indicating whether an item matching the URI was found.
|
||||
activateItemForURI: (uri) ->
|
||||
if item = @itemForURI(uri)
|
||||
|
||||
Reference in New Issue
Block a user