Selaa lähdekoodia

Editor: Fixed ESlint error. (#23477)

linbingquan 3 vuotta sitten
vanhempi
commit
fe29dfe177
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      editor/index.html

+ 1 - 1
editor/index.html

@@ -186,7 +186,7 @@
 				event.preventDefault();
 				event.dataTransfer.dropEffect = 'copy';
 
-			});
+			} );
 
 			document.addEventListener( 'drop', function ( event ) {