فهرست منبع

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 ), {
 AnimationLoader.prototype = Object.assign( Object.create( Loader.prototype ), {
 
 
+	constructor: AnimationLoader,
+
 	load: function ( url, onLoad, onProgress, onError ) {
 	load: function ( url, onLoad, onProgress, onError ) {
 
 
 		var scope = this;
 		var scope = this;