Pārlūkot izejas kodu

changed for coding style

Kikuchi Ken 7 gadi atpakaļ
vecāks
revīzija
6fee41c51c
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      examples/js/loaders/PDBLoader.js

+ 1 - 1
examples/js/loaders/PDBLoader.js

@@ -175,7 +175,7 @@ THREE.PDBLoader.prototype = {
 
 				}
 
-				atoms[index] = [ x, y, z, CPK[ e ], capitalize( e ) ];
+				atoms[ index ] = [ x, y, z, CPK[ e ], capitalize( e ) ];
 
 				if ( histogram[ e ] === undefined ) {