Преглед изворни кода

Editor: Removed message event listener for now.

Mr.doob пре 9 година
родитељ
комит
264773c150
1 измењених фајлова са 2 додато и 0 уклоњено
  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>