From 09ad8af59d0124377803c155dd116bd9da580ebe Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 8 Oct 2020 14:40:15 +0000 Subject: [PATCH] --- ayanova/src/api/gzutil.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ayanova/src/api/gzutil.js b/ayanova/src/api/gzutil.js index f86e342e..b296adfa 100644 --- a/ayanova/src/api/gzutil.js +++ b/ayanova/src/api/gzutil.js @@ -203,7 +203,7 @@ export default { */ //de-lodash //kebab case takes care of all the things we need for tags in one go - // tagName = window.$gz._.kebabCase(tagName); + // tagName = window.$gz. _.kebabCase(tagName); if (!tagName || tagName == "") { return null;