Browse Source

adapt coding style

embed
danielmitd 13 years ago
parent
commit
9de23f022c
  1. 4
      js/reveal.js

4
js/reveal.js

@ -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();

Loading…
Cancel
Save