diff options
author | Hakim El Hattab | 2018-10-04 14:54:35 +0200 |
---|---|---|
committer | Hakim El Hattab | 2018-10-04 14:54:35 +0200 |
commit | 196d2a39712760b7671fa2feb54e1883a97796e5 (patch) | |
tree | 72efbe99a09f7092002e7c4c5248b0237e088954 /README.md | |
parent | 01ceba3f732c853c444c53a5723aff4de3b762a5 (diff) |
remove classlist polyfill, cross browser support is good enough now
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -423,9 +423,6 @@ Reveal.js doesn't _rely_ on any third party scripts to work but a few optional l ```javascript Reveal.initialize({ dependencies: [ - // Cross-browser shim that fully implements classList - https://github.com/eligrey/classList.js/ - { src: 'lib/js/classList.js', condition: function() { return !document.body.classList; } }, - // Interpret Markdown in <section> elements { src: 'plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } }, { src: 'plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } }, |