浏览代码

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.onClick( function () {
 
-	launchIntoFullscreen(document.body);
+		launchIntoFullscreen(document.body);
 
 	} );
 	options.add( option );