From d9690462e0e3818a7741a8710bb721f4380009e1 Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Fri, 17 Apr 2020 09:47:03 +0200 Subject: add 'plugins' config option, new way of registering es5 plugins --- demo.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demo.html') diff --git a/demo.html b/demo.html index c3e108c..841b27c 100644 --- a/demo.html +++ b/demo.html @@ -429,7 +429,7 @@ Reveal.on( 'customevent', function() { transition: 'slide', // none/fade/slide/convex/concave/zoom // More info https://github.com/hakimel/reveal.js#dependencies - dependencies: [ Zoom, Notes, Search, Markdown, Highlight ] + plugins: [ Zoom, Notes, Search, Markdown, Highlight ] }); deck.initialize(); -- cgit v1.2.3