]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
fixes #7589
authorChris Oyler <chris@zurb.com>
Thu, 17 Dec 2015 20:56:46 +0000 (12:56 -0800)
committerChris Oyler <chris@zurb.com>
Thu, 17 Dec 2015 20:56:46 +0000 (12:56 -0800)
js/foundation.reveal.js

index dee6bd21c9c3bd7c5d0b9a0803d6992b92d090c7..12499357832b2c7bf712e28f03b70e4afc3b688f 100644 (file)
   /**
    * 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(){
         /**
          * 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);
       }