Browse Source

Editor: Commented out Dialog.

Mr.doob 10 years ago
parent
commit
859cac86e5
1 changed files with 2 additions and 0 deletions
  1. 2 0
      editor/index.html

+ 2 - 0
editor/index.html

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