From f2b0325e72f0fb3554d2e9e0445c88c816f57eef Mon Sep 17 00:00:00 2001 From: koki-higashikawa Date: Sat, 16 Jun 2018 10:01:22 +0200 Subject: [PATCH] Use pull request #11189 from hikouki/fix-typo for v6.5.0 951f5c26c fix: typo in Reveal function. Signed-off-by: Nicolas Coden --- 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 0ce134231..1f6c05bcc 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