Ver Fonte

remove trailing comma

mattdesl há 7 anos atrás
pai
commit
0321eef244
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      examples/js/loaders/GLTFLoader.js

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

@@ -139,7 +139,7 @@ THREE.GLTFLoader = ( function () {
 
 				path: path || this.path || '',
 				crossOrigin: this.crossOrigin,
-				manager: this.manager,
+				manager: this.manager
 
 			} );