Browse Source

Editor: Support .json files too.

Mr.doob 12 years ago
parent
commit
0549f7ea6d
1 changed files with 1 additions and 0 deletions
  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 ) {