Explorar o código

Editor: Removed message event listener for now.

Mr.doob %!s(int64=10) %!d(string=hai) anos
pai
achega
264773c150
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      editor/index.html

+ 2 - 0
editor/index.html

@@ -342,12 +342,14 @@
 
 			}
 
+			/*
 			window.addEventListener( 'message', function ( event ) {
 
 				editor.clear();
 				editor.fromJSON( event.data );
 
 			}, false );
+			*/
 
 		</script>
 	</body>