perf: no spread
This commit is contained in:
parent
40ff470e74
commit
6b9a38c3c1
|
@ -7,8 +7,8 @@ export class Condition {
|
|||
this.operands = [];
|
||||
}
|
||||
|
||||
check(...args) {
|
||||
return this.get(...args);
|
||||
check(context) {
|
||||
return this.get(context);
|
||||
}
|
||||
|
||||
clone(other) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user