Small code cleanup

This commit is contained in:
the-djmaze 2022-05-18 22:53:33 +02:00
parent aa67e66834
commit 33f0e6febf
2 changed files with 0 additions and 19 deletions

View file

@ -136,11 +136,6 @@ export class ControlCommand extends GrammarCommand
{
return [':is', ':contains', ':matches'];
}
pushArguments(args)
{
this.arguments = args;
}
}
/**