From 196d2a39712760b7671fa2feb54e1883a97796e5 Mon Sep 17 00:00:00 2001
From: Hakim El Hattab
Date: Thu, 4 Oct 2018 14:54:35 +0200
Subject: remove classlist polyfill, cross browser support is good enough now

---
 plugin/markdown/example.html | 1 -
 1 file changed, 1 deletion(-)

(limited to 'plugin/markdown')

diff --git a/plugin/markdown/example.html b/plugin/markdown/example.html
index f34417b..b520304 100644
--- a/plugin/markdown/example.html
+++ b/plugin/markdown/example.html
@@ -121,7 +121,6 @@
 
 				// Optional libraries used to extend on reveal.js
 				dependencies: [
-					{ src: '../../lib/js/classList.js', condition: function() { return !document.body.classList; } },
 					{ src: 'marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
                     { src: 'markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
                     { src: '../highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } },
-- 
cgit v1.2.3