fix order of options extend and listener binding (closes #102)
This commit is contained in:
parent
2ad720b581
commit
aca177cdf8
@ -124,11 +124,12 @@ var Reveal = (function(){
|
|||||||
dom.controlsUp = document.querySelector( '.reveal .controls .up' );
|
dom.controlsUp = document.querySelector( '.reveal .controls .up' );
|
||||||
dom.controlsDown = document.querySelector( '.reveal .controls .down' );
|
dom.controlsDown = document.querySelector( '.reveal .controls .down' );
|
||||||
}
|
}
|
||||||
|
|
||||||
addEventListeners();
|
|
||||||
|
|
||||||
// Copy options over to our config object
|
// Copy options over to our config object
|
||||||
extend( config, options );
|
extend( config, options );
|
||||||
|
|
||||||
|
// Subscribe to input
|
||||||
|
addEventListeners();
|
||||||
|
|
||||||
// Updates the presentation to match the current configuration values
|
// Updates the presentation to match the current configuration values
|
||||||
configure();
|
configure();
|
||||||
|
Loading…
Reference in New Issue
Block a user