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;