From d17631f3b7cd138dc2cec79d6e1f1f9f481e0e4d Mon Sep 17 00:00:00 2001 From: Chris Oyler Date: Thu, 17 Dec 2015 12:56:46 -0800 Subject: [PATCH] fixes #7589 --- js/foundation.reveal.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/foundation.reveal.js b/js/foundation.reveal.js index dee6bd21c..124993578 100644 --- a/js/foundation.reveal.js +++ b/js/foundation.reveal.js @@ -246,7 +246,7 @@ /** * Opens the modal controlled by `this.$anchor`, and closes all others by default. * @function - * @fires Reveal#closeAll + * @fires Reveal#closeme * @fires Reveal#open */ Reveal.prototype.open = function(){ @@ -265,7 +265,7 @@ /** * Fires immediately before the modal opens. * Closes any other modals that are currently open - * @event Reveal#closeAll + * @event Reveal#closeme */ _this.$element.trigger('closeme.zf.reveal', _this.id); } -- 2.47.2