wip: one const per line
This commit is contained in:
parent
2f3e7d03ab
commit
8ef8ad538e
1 changed files with 2 additions and 2 deletions
|
@ -495,8 +495,8 @@ U.FeatureMixin = {
|
|||
},
|
||||
|
||||
isFiltered: function () {
|
||||
const filterKeys = this.map.getFilterKeys(),
|
||||
filter = this.map.browser.options.filter
|
||||
const filterKeys = this.map.getFilterKeys()
|
||||
const filter = this.map.browser.options.filter
|
||||
if (filter && !this.matchFilter(filter, filterKeys)) return true
|
||||
if (!this.matchFacets()) return true
|
||||
return false
|
||||
|
|
Loading…
Reference in a new issue