]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
fix: typo in Reveal function. 11189/head
authorkoki-higashikawa <koki.higashikawa@crowdworks.co.jp>
Fri, 20 Apr 2018 09:00:17 +0000 (18:00 +0900)
committerkoki-higashikawa <koki.higashikawa@crowdworks.co.jp>
Fri, 20 Apr 2018 09:07:34 +0000 (18:07 +0900)
js/foundation.reveal.js

index b38cf25ea04ed3bb83517a35ddbb1b8f2fa0c579..4cedcc02bfa9ad05a793bb777dde1089fd518c70 100644 (file)
@@ -283,7 +283,7 @@ class Reveal extends Plugin {
             'tabindex': -1
           })
           .focus();
-        _this.addRevealOpenClasses();
+        _this._addRevealOpenClasses();
         Keyboard.trapFocus(_this.$element);
       }
       if (this.options.overlay) {