mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Merge pull request #8092 from MaximSokolov/add-missing-argument
📝 Add missing argument
This commit is contained in:
@@ -543,6 +543,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