From 8f067a4de653977018c06b3fd130335ae6b10c3c Mon Sep 17 00:00:00 2001 From: Jeff Date: Sat, 27 Apr 2019 18:38:14 -0700 Subject: [PATCH] bump netlify --- docs/.vuepress/theme/components/CodeFund.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vuepress/theme/components/CodeFund.vue b/docs/.vuepress/theme/components/CodeFund.vue index 043dfe3..58da8d4 100644 --- a/docs/.vuepress/theme/components/CodeFund.vue +++ b/docs/.vuepress/theme/components/CodeFund.vue @@ -30,7 +30,7 @@ export default { }, methods: { gaSendEvent ({category, action, label}) { - if (typeof ga !== 'undefined') { + if (typeof ga === 'function') { return ga('send', 'event', category, action, label); } },