Twipped / Kalendae

A javascript date picker that just works.
MIT License
1.99k stars 285 forks source link

IE10, eval(), defer and async issue. #232

Closed solaluset closed 4 years ago

solaluset commented 4 years ago

Your library is really very good, but it wasn't working on:

The error was "Kalendae.Input is not a constructor". I thought it was because of definition order. I made this fix to the Makefile and now it runs everywhere: kal=src/intro_standalone.js \ src/MinPubSub.js \ src/moment.js \ src/main.js \ src/moment.ext.js \ src/util.js \ src/input.js \ src/auto.js \ src/jq.js \ src/outro.js I've only changed the order of files, so I think I didn't break anything. I haven't fix kmomentless because of my lazyness :) I hope you'll perform my fix to your Makefile and will fix the momentless build. If not, please write shortly why it mustn't be done. I'm enclosing my Makefile to this issue. Makefile.zip

Hope to your response, thanks for developing!

Twipped commented 4 years ago

Fixed in 48e9f7ab (1.0.2). How strange that in 8 years since IE10 was released, nobody ever encountered this.