ideaconsult / jToxKit

jToxKit new generation
MIT License
2 stars 2 forks source link

code using 'startsWith' broken in IE #35

Closed vedina closed 6 years ago

vedina commented 7 years ago

Any jToxKit code using startsWith gives this error in IE (old jToxKit/Toxtree.js in ambit, ketcher, kToxKit)

Object doesn't support property or method 'startsWith'

@thejonan

thejonan commented 7 years ago

It looks that startWith is used only in the old version of jToxKit, correct?

vedina commented 7 years ago

yes, but we do use old jToxKit in ambit UI everywhere

thejonan commented 7 years ago

Should be fixed in the old repo. PR #196

vedina commented 6 years ago

confirmed fixed