format
This commit is contained in:
parent
a83f72bdb3
commit
9128411d3a
1 changed files with 2 additions and 2 deletions
|
@ -69,7 +69,7 @@ const FilterList = {
|
||||||
*/
|
*/
|
||||||
define(filterName: string, value: string) {
|
define(filterName: string, value: string) {
|
||||||
/* @ts-ignore */
|
/* @ts-ignore */
|
||||||
if (typeof this[filterName] && typeof this[filterName] === "function") return;
|
if (typeof this[filterName] && typeof this[filterName] === 'function') return;
|
||||||
|
|
||||||
/* @ts-ignore */
|
/* @ts-ignore */
|
||||||
this[filterName] = value;
|
this[filterName] = value;
|
||||||
|
|
Loading…
Reference in a new issue