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

adapt coding style

This commit is contained in:
danielmitd
2012-06-10 11:53:44 +02:00
parent 60d70f483c
commit 9de23f022c

View File

@@ -699,7 +699,9 @@ var Reveal = (function(){
* Updates the state and link pointers of the controls.
*/
function updateControls() {
if (!config.controls || !dom.controls) return;
if ( !config.controls || !dom.controls ) {
return;
}
var routes = availableRoutes();