浏览代码

Editor: Clean up.

Mr.doob 5 年之前
父节点
当前提交
a14f405825
共有 1 个文件被更改,包括 0 次插入9 次删除
  1. 0 9
      editor/index.html

+ 0 - 9
editor/index.html

@@ -239,15 +239,6 @@
 
 			}
 
-			/*
-			window.addEventListener( 'message', function ( event ) {
-
-				editor.clear();
-				editor.fromJSON( event.data );
-
-			}, false );
-			*/
-
 		</script>
 	</body>
 </html>