spectators: Rename is_web_public_compatible functions.

This commit is contained in:
Aman Agrawal
2021-09-04 07:33:07 +05:30
committed by Tim Abbott
parent f5e4dca8f2
commit 34a37f55d6
8 changed files with 43 additions and 45 deletions

View File

@@ -1007,7 +1007,7 @@ export class Filter {
return Handlebars.Utils.escapeExpression(Filter.describe_unescaped(operators));
}
static is_web_public_compatible(ops) {
static is_spectator_compatible(ops) {
for (const op of ops) {
if (op.operand === undefined) {
return false;