walden- vor 10 Jahren
Ursprung
Commit
a9315bb48e
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      editor/js/Menubar.View.js

+ 1 - 1
editor/js/Menubar.View.js

@@ -52,7 +52,7 @@ Menubar.View = function ( editor ) {
 	option.setTextContent( 'Fullscreen' );
 	option.onClick( function () {
 
-	launchIntoFullscreen(document.body);
+		launchIntoFullscreen(document.body);
 
 	} );
 	options.add( option );