From fdd4d52fcc8e480325b62209dafee05b18bafe84 Mon Sep 17 00:00:00 2001 From: Lee Dohm Date: Thu, 1 Jun 2017 08:24:14 -0700 Subject: [PATCH] :memo: Add missing parameter documentation --- src/pane.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pane.coffee b/src/pane.coffee index 31ee92f77..197f6b6c9 100644 --- a/src/pane.coffee +++ b/src/pane.coffee @@ -447,6 +447,7 @@ class Pane # Public: Make the given item *active*, causing it to be displayed by # the pane's view. # + # * `item` The item to activate # * `options` (optional) {Object} # * `pending` (optional) {Boolean} indicating that the item should be added # in a pending state if it does not yet exist in the pane. Existing pending