Explorar el Código

remove needless semicolon

Hakim El Hattab hace 5 años
padre
commit
dee26303f6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      js/reveal.js

+ 1 - 1
js/reveal.js

@@ -3975,7 +3975,7 @@
 			if( toProps.styles[propertyName] === fromProps.styles[propertyName] ) {
 				delete toProps.styles[propertyName];
 			}
-		};
+		}
 
 		var css = '';