From 333ac06f5d3a90e9beef172879b0d4229f98dd4b Mon Sep 17 00:00:00 2001 From: Kevin Ball Date: Mon, 23 Jan 2017 09:57:04 -0800 Subject: [PATCH] Add doc comments for new historyHandled param --- js/foundation.tabs.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/js/foundation.tabs.js b/js/foundation.tabs.js index 9df528d97..adda044d4 100644 --- a/js/foundation.tabs.js +++ b/js/foundation.tabs.js @@ -210,6 +210,7 @@ class Tabs { /** * Opens the tab `$targetContent` defined by `$target`. Collapses active tab. * @param {jQuery} $target - Tab to open. + * @param {boolean} historyHandled - browser has already handled a history update * @fires Tabs#change * @function */ @@ -302,6 +303,7 @@ class Tabs { /** * Public method for selecting a content pane to display. * @param {jQuery | String} elem - jQuery object or string of the id of the pane to display. + * @param {boolean} historyHandled - browser has already handled a history update * @function */ selectTab(elem, historyHandled) { -- 2.47.2