From ea207f093805f2ee00a72245cc6a615458e8f66d Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Thu, 20 Nov 2014 09:13:36 -0700 Subject: [PATCH] :pencil: returned disposable --- src/tooltip-manager.coffee | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/tooltip-manager.coffee b/src/tooltip-manager.coffee index 33626f4e4..8057f2442 100644 --- a/src/tooltip-manager.coffee +++ b/src/tooltip-manager.coffee @@ -25,6 +25,9 @@ class TooltipManager # * `keyBindingTarget` An `HTMLElement` on which to look up the key binding. # If this option is not supplied, the first of all matching key bindings # for the given command will be rendered. + # + # Returns a {Disposable} on which `.dispose()` can be called to remove the + # tooltip. add: (target, options) -> requireBootstrapTooltip()