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 () {
|
isFiltered: function () {
|
||||||
const filterKeys = this.map.getFilterKeys(),
|
const filterKeys = this.map.getFilterKeys()
|
||||||
filter = this.map.browser.options.filter
|
const filter = this.map.browser.options.filter
|
||||||
if (filter && !this.matchFilter(filter, filterKeys)) return true
|
if (filter && !this.matchFilter(filter, filterKeys)) return true
|
||||||
if (!this.matchFacets()) return true
|
if (!this.matchFacets()) return true
|
||||||
return false
|
return false
|
||||||
|
|
Loading…
Reference in a new issue