From 6447b59ac51c3f399ae061ecb4e9275fc165f967 Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Fri, 1 Jul 2016 08:44:27 +0200 Subject: ready flag on .reveal container --- js/reveal.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'js') diff --git a/js/reveal.js b/js/reveal.js index 3f003d9..c37566a 100644 --- a/js/reveal.js +++ b/js/reveal.js @@ -454,6 +454,8 @@ loaded = true; + dom.wrapper.classList.add( 'ready' ); + dispatchEvent( 'ready', { 'indexh': indexh, 'indexv': indexv, -- cgit v1.2.3