From: koki-higashikawa Date: Fri, 20 Apr 2018 09:00:17 +0000 (+0900) Subject: fix: typo in Reveal function. X-Git-Tag: v6.6.0~3^2~228^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=951f5c26c;p=thirdparty%2Ffoundation%2Ffoundation-sites.git fix: typo in Reveal function. --- diff --git a/js/foundation.reveal.js b/js/foundation.reveal.js index b38cf25ea..4cedcc02b 100644 --- a/js/foundation.reveal.js +++ b/js/foundation.reveal.js @@ -283,7 +283,7 @@ class Reveal extends Plugin { 'tabindex': -1 }) .focus(); - _this.addRevealOpenClasses(); + _this._addRevealOpenClasses(); Keyboard.trapFocus(_this.$element); } if (this.options.overlay) {