Skip to content

Commit

Permalink
method rename
Browse files Browse the repository at this point in the history
  • Loading branch information
jrobinso committed Jan 29, 2025
1 parent 3be1d67 commit 036302f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/interactive-filtering2.html
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@
})

// Populate features, and (for each facet) filterNames
const featuresInFrame = trackToFilter.inViewFeatures()
const featuresInFrame = trackToFilter.getInViewFeatures()

let features = []
for (let i = 0; i < featuresInFrame.length; i++) {
Expand Down
2 changes: 1 addition & 1 deletion js/variant/variantTrack.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ class VariantTrack extends TrackBase {
this.trackView.repaintViews()
}

inViewFeatures() {
getInViewFeatures() {
const inViewFeatures = []
for (let viewport of this.trackView.viewports) {
if (viewport.isVisible()) {
Expand Down

0 comments on commit 036302f

Please sign in to comment.