mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-08-07 23:26:57 +02:00
adapt coding style
This commit is contained in:
@@ -699,7 +699,9 @@ var Reveal = (function(){
|
|||||||
* Updates the state and link pointers of the controls.
|
* Updates the state and link pointers of the controls.
|
||||||
*/
|
*/
|
||||||
function updateControls() {
|
function updateControls() {
|
||||||
if (!config.controls || !dom.controls) return;
|
if ( !config.controls || !dom.controls ) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
var routes = availableRoutes();
|
var routes = availableRoutes();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user