From 8cf3aa780596789923ef92c545d154d75afc6daa Mon Sep 17 00:00:00 2001 From: Rahul Kadyan Date: Sat, 19 Jan 2019 02:05:51 +0530 Subject: [PATCH] fix: Remove unnecessary global IntersectionObserver instance Closes #1 --- Hydrate.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/Hydrate.vue b/Hydrate.vue index 5bd8238..c2e8f80 100644 --- a/Hydrate.vue +++ b/Hydrate.vue @@ -13,8 +13,6 @@ const io = }) : null; -if (isBrowser) window.io = io; - export default { props: { onClick: Boolean,