From 4cfd2540866a4e7d8f64b27839d8f971f6d0b823 Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Sat, 7 Mar 2020 11:50:58 +0100 Subject: [PATCH] move out additional util methods, use shorthands for api --- demo.html | 9 +- dist/reveal.min.js | 2 +- js/reveal.js | 295 ++++----------------------------------------- js/utils/util.js | 233 +++++++++++++++++++++++++++++++++++ 4 files changed, 266 insertions(+), 273 deletions(-) create mode 100644 js/utils/util.js diff --git a/demo.html b/demo.html index 0d79703..8249a0b 100644 --- a/demo.html +++ b/demo.html @@ -406,9 +406,14 @@ Reveal.addEventListener( 'customevent', function() { - + -