From: Nicolas Coden Date: Fri, 14 Dec 2018 21:17:49 +0000 (+0100) Subject: docs: fix doc for the Drilldown "closed" event X-Git-Tag: v6.6.0~3^2~49^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F11630%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git docs: fix doc for the Drilldown "closed" event --- diff --git a/js/foundation.drilldown.js b/js/foundation.drilldown.js index 08c69c99d..956084e27 100644 --- a/js/foundation.drilldown.js +++ b/js/foundation.drilldown.js @@ -315,7 +315,7 @@ class Drilldown extends Plugin { /** * Fires when the menu is fully closed. - * @event Drilldown#close + * @event Drilldown#closed */ this.$element.trigger('closed.zf.drilldown'); });