Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
xSentry committed Aug 27, 2024
1 parent 12737ff commit e5c16a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/ngx-globe.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ export class NgxGlobeComponent implements AfterViewInit, OnDestroy {
this.initGlobe();

this.intersectionObserver = new IntersectionObserver(([entry]) => {
this.renderContents(entry.isIntersecting)
})
this.renderContents(entry.isIntersecting);
});
this.intersectionObserver.observe(this.globeCanvas.nativeElement);
}

Expand Down

0 comments on commit e5c16a2

Please sign in to comment.