jsmreese / moment-duration-format

Format function plugin for the Moment Duration object.
MIT License
968 stars 120 forks source link

String#includes not supported in some environments including IE 11 #89

Closed avagulov closed 6 years ago

avagulov commented 6 years ago

at row 1047 when calling moment.duration(substraction).format("hh:mm:ss")

jsmreese commented 6 years ago

OK. IE11 apparently doesn't implement String#includes. I'll get this fixed, but it'll likely be a couple weeks before I can publish a new version.

vaske commented 6 years ago

@jsmreese any news on this one?

update: ah sorry I had old version, v2.1.0 was mine...update to latest one fixed problem :)