From e725020037ab7aa4b32628c1ef85b56e28814ecc Mon Sep 17 00:00:00 2001 From: Maxim Sokolov Date: Mon, 27 Jul 2015 16:04:33 +0300 Subject: [PATCH] :memo: Add missing argument --- src/pane.coffee | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pane.coffee b/src/pane.coffee index c19eb26d4..7ad35a303 100644 --- a/src/pane.coffee +++ b/src/pane.coffee @@ -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)