Skip to content

Commit

Permalink
fix: Remove unnecessary global IntersectionObserver instance
Browse files Browse the repository at this point in the history
Closes #1
  • Loading branch information
znck committed Jan 18, 2019
1 parent 3d86e1b commit 8cf3aa7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Hydrate.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ const io =
})
: null;
if (isBrowser) window.io = io;
export default {
props: {
onClick: Boolean,
Expand Down

0 comments on commit 8cf3aa7

Please sign in to comment.