From 3ef7e12b3cbb6b04953fe55e0e2b383379c0292f Mon Sep 17 00:00:00 2001 From: Asvin Goel Date: Wed, 6 Oct 2021 14:00:05 +0200 Subject: [PATCH] Tabs --- anything/plugin.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/anything/plugin.js b/anything/plugin.js index 2c4fff2..969de7e 100644 --- a/anything/plugin.js +++ b/anything/plugin.js @@ -10,10 +10,10 @@ ******************************************************************/ window.RevealAnything = window.RevealAnything || { - id: 'RevealAnything', - init: function(deck) { - if ( Reveal.getConfig().anything ) initAnything(deck); - } + id: 'RevealAnything', + init: function(deck) { + if ( Reveal.getConfig().anything ) initAnything(deck); + } }; const initAnything = function(Reveal){