1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-06 22:57:21 +02:00

remove unused dom lookup

This commit is contained in:
Hakim El Hattab
2016-10-06 11:01:44 +02:00
parent 0b9233cf4a
commit e76855e257

View File

@@ -516,7 +516,6 @@
// Cache references to elements
dom.controls = document.querySelector( '.reveal .controls' );
dom.theme = document.querySelector( '#theme' );
dom.wrapper.setAttribute( 'role', 'application' );