From 87e6a00c05127ccce142308bdda984adf0777408 Mon Sep 17 00:00:00 2001 From: Nicolas Coden Date: Fri, 14 Dec 2018 22:17:49 +0100 Subject: [PATCH] docs: fix doc for the Drilldown "closed" event --- js/foundation.drilldown.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); }); -- 2.47.2