From 951f5c26c20f1612a633da3ce19fd937797198f3 Mon Sep 17 00:00:00 2001 From: koki-higashikawa Date: Fri, 20 Apr 2018 18:00:17 +0900 Subject: [PATCH] fix: typo in Reveal function. --- js/foundation.reveal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.47.2