소스 검색

fix indent

walden- 10 년 전
부모
커밋
a9315bb48e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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.setTextContent( 'Fullscreen' );
 	option.onClick( function () {
 	option.onClick( function () {
 
 
-	launchIntoFullscreen(document.body);
+		launchIntoFullscreen(document.body);
 
 
 	} );
 	} );
 	options.add( option );
 	options.add( option );