Browse Source

remove trailing comma

mattdesl 7 years ago
parent
commit
0321eef244
1 changed files with 1 additions and 1 deletions
  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
 
 			} );