remove unused dom reference

This commit is contained in:
Hakim El Hattab 2016-06-22 09:31:05 +02:00
parent e4634f20e8
commit 65a90cc75d
1 changed files with 0 additions and 1 deletions

View File

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