зеркало из https://github.com/mozilla/pjs.git
Bug 179302 - 'anyexact' isn't an option for boolean charts
r=joel, a=justdave
This commit is contained in:
Родитель
9d6b23a436
Коммит
9fb24603d6
|
@ -23,6 +23,7 @@
|
|||
{ name => "noop", description => "---" },
|
||||
{ name => "equals", description => "is equal to" },
|
||||
{ name => "notequals", description => "is not equal to" },
|
||||
{ name => "anyexact", description => "is equal to any of the strings" },
|
||||
{ name => "substring", description => "contains the string" },
|
||||
{ name => "casesubstring", description => "contains the string (exact case)" },
|
||||
{ name => "notsubstring", description => "does not contain the string" },
|
||||
|
|
Загрузка…
Ссылка в новой задаче