adapt coding style

master
danielmitd 2012-06-10 11:53:44 +02:00
parent 60d70f483c
commit 9de23f022c
1 changed files with 6 additions and 4 deletions

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