Improve naming of "val" field

This commit is contained in:
Guillaume Gomez 2022-01-03 16:43:30 +01:00
parent f5833e759e
commit bbcf1762dd
12 changed files with 58 additions and 58 deletions

View file

@ -21,7 +21,7 @@ var QueryElement;
/**
* @typedef {{
* original: string,
* val: string,
* userQuery: string,
* length: number,
* pos: number,
* typeFilter: number,