Missing loader parameter in File.call

This commit is contained in:
TadejZupancic 2018-05-09 13:27:51 +02:00 committed by GitHub
parent b1d41e506f
commit b795fbd97a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -69,7 +69,7 @@ var ScriptFile = new Class({
xhrSettings: xhrSettings xhrSettings: xhrSettings
}; };
File.call(this, fileConfig); File.call(this, loader, fileConfig);
}, },
/** /**