From: Daniel Ruf Date: Tue, 20 Feb 2018 22:14:40 +0000 (+0100) Subject: docs: fix the jsdoc annotations of the tabs component X-Git-Tag: v6.6.0~40^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10963%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git docs: fix the jsdoc annotations of the tabs component --- diff --git a/js/foundation.tabs.js b/js/foundation.tabs.js index c6380d2b7..8c19264fc 100644 --- a/js/foundation.tabs.js +++ b/js/foundation.tabs.js @@ -273,7 +273,7 @@ class Tabs extends Plugin { /** * Opens the tab `$targetContent` defined by `$target`. - * @param {jQuery} $target - Tab to Open. + * @param {jQuery} $target - Tab to open. * @function */ _openTab($target) { @@ -294,7 +294,7 @@ class Tabs extends Plugin { /** * Collapses `$targetContent` defined by `$target`. - * @param {jQuery} $target - Tab to Open. + * @param {jQuery} $target - Tab to collapse. * @function */ _collapseTab($target) { @@ -373,7 +373,7 @@ class Tabs extends Plugin { } /** - * Destroys an instance of an tabs. + * Destroys an instance of tabs. * @fires Tabs#destroyed */ _destroy() {