Ver Fonte

Editor: Support .json files too.

Mr.doob há 12 anos atrás
pai
commit
0549f7ea6d
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      editor/index.html

+ 1 - 0
editor/index.html

@@ -224,6 +224,7 @@
 						break;
 
 					case 'js':
+					case 'json':
 
 						var reader = new FileReader();
 						reader.addEventListener( 'load', function ( event ) {