Merge pull request #8092 from MaximSokolov/add-missing-argument

📝 Add missing argument
This commit is contained in:
Max Brunsfeld
2015-07-27 09:27:56 -07:00

View File

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