소스 검색

Editor: Commented out Dialog.

Mr.doob 10 년 전
부모
커밋
859cac86e5
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      editor/index.html

+ 2 - 0
editor/index.html

@@ -128,8 +128,10 @@
 			var sidebar = new Sidebar( editor );
 			document.body.appendChild( sidebar.dom );
 
+			/*
 			var dialog = new UI.Dialog();
 			document.body.appendChild( dialog.dom );
+			*/
 
 			//