Aloha!
I want use https://cdnjs.cloudflare.com/ajax/libs/css-vars-ponyfill/2.4.7/css-vars-ponyfill.js
I add to MainScreen a component:
<jsComponent id="polyfillVarСss" initFunctionName="">
<dependencies>
<dependency type="JAVASCRIPT" path="https://cdnjs.cloudflare.com/ajax/libs/css-vars-ponyfill/2.4.7/css-vars-ponyfill.min.js"></dependency>
</dependencies>
</jsComponent>
property “initFunctionName” requires that there be a function
How can I add this script to my page without errors?
I need to do all this because the styles in IE11 and chrome are different