fix
This commit is contained in:
parent
2b418c5717
commit
d99e949da9
|
@ -4664,7 +4664,7 @@ export class Get extends Uninstantable {
|
||||||
*/
|
*/
|
||||||
static dynamicVariable(source){
|
static dynamicVariable(source){
|
||||||
if(typeof source == 'function'){
|
if(typeof source == 'function'){
|
||||||
return source.call(...(arguments.slice(1)));
|
return source.call(null,...(arguments.slice(1)));
|
||||||
}
|
}
|
||||||
return source;
|
return source;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue