소스 검색

AnimationLoader: Fix ctor definition.

Mugen87 6 년 전
부모
커밋
4f88654984
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/loaders/AnimationLoader.js

+ 2 - 0
src/loaders/AnimationLoader.js

@@ -14,6 +14,8 @@ function AnimationLoader( manager ) {
 
 AnimationLoader.prototype = Object.assign( Object.create( Loader.prototype ), {
 
+	constructor: AnimationLoader,
+
 	load: function ( url, onLoad, onProgress, onError ) {
 
 		var scope = this;