Parcourir la source

code formatting

Hakim El Hattab il y a 6 ans
Parent
commit
1257ee7e27
1 fichiers modifiés avec 2 ajouts et 3 suppressions
  1. 2 3
      js/reveal.js

+ 2 - 3
js/reveal.js

@@ -3778,9 +3778,8 @@
 			// Ensure the named link is a valid HTML ID attribute
 			try {
 				element = document.getElementById( decodeURIComponent( name ) );
-                        }
-			catch (e) {
-                        }
+			}
+			catch ( error ) { }
 
 			if( element ) {
 				// Find the position of the named slide and navigate to it