📝 Add missing argument

This commit is contained in:
Maxim Sokolov
2015-07-27 16:04:33 +03:00
parent 943259800b
commit e725020037

View File

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