OwlCyberSecurity - MANAGER
Edit File: utils-camelcase.min.js
tribe.utils=tribe.utils||{},function(t,e){"use strict";t.camelCase=function(t){return 0===(t=arguments.length>1?(t=e.map(arguments,function(t){return t.trim()})).filter(t,function(t){return 0!==t.length}).join("-"):t.trim()).length?"":1===t.length?t.toLowerCase():/^[a-z0-9]+$/.test(t)?t:(t!==t.toLowerCase()&&(t=function(t){for(var e=!1,r=!1,s=!1,n=0;n<t.length;n++){var o=t[n];e&&/[a-zA-Z]/.test(o)&&o.toUpperCase()===o?(t=t.substr(0,n)+"-"+t.substr(n),e=!1,s=r,r=!0,n++):r&&s&&/[a-zA-Z]/.test(o)&&c.toLowerCase()===o?(t=t.substr(0,n-1)+"-"+t.substr(n-1),s=r,r=!1,e=!0):(e=o.toLowerCase()===o,s=r,r=o.toUpperCase()===o)}return t}(t)),t.replace(/^[_.\- ]+/,"").toLowerCase().replace(/[_.\- ]+(\w|$)/g,function(t,e){return e.toUpperCase()}))}}(tribe.utils,window.underscore||_);