diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2018-10-04 14:54:35 +0200 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2018-10-04 14:54:35 +0200 |
commit | 196d2a39712760b7671fa2feb54e1883a97796e5 (patch) | |
tree | 72efbe99a09f7092002e7c4c5248b0237e088954 /plugin/markdown/example.html | |
parent | 01ceba3f732c853c444c53a5723aff4de3b762a5 (diff) | |
download | perl-software-in-gnu-guix-196d2a39712760b7671fa2feb54e1883a97796e5.tar perl-software-in-gnu-guix-196d2a39712760b7671fa2feb54e1883a97796e5.tar.gz |
remove classlist polyfill, cross browser support is good enough now
Diffstat (limited to 'plugin/markdown/example.html')
-rw-r--r-- | plugin/markdown/example.html | 1 |
1 files changed, 0 insertions, 1 deletions
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(); } }, |