spring-flo
spring-flo copied to clipboard
Rendering issue in IE11
The nodes are not getting rendered in IE11, with error details (console) as - endsWith not supported.
I have fixed the issue in my local, please correct all the js files, and replace "endsWith" call with "match" call. e.g - endsWith('?') to be replaced with - match('\?' + "$")
Hmm... i think there might be more issues with IE... are you interested in fixing them? Or are you switching to Edge or other browsers?