Skip to content

Commit

Permalink
Tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
rajgoel committed Oct 6, 2021
1 parent 7e20199 commit 3ef7e12
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions anything/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -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){
Expand Down

0 comments on commit 3ef7e12

Please sign in to comment.