IonDen / ion.rangeSlider

jQuery only range slider
http://ionden.com/a/plugins/ion.rangeSlider/en.html
MIT License
2.56k stars 508 forks source link

aurelia integration JQuery check is wrong (amd) #612

Closed jrgcubano closed 4 years ago

jrgcubano commented 5 years ago

@IonDen Trying to integrate the control in aurelia, I guess there is a bug checking JQuery existence in AMD format, so it fails.

!jQuery -> needs to be typeof 'jQuery' === 'undefined' in strict mode?

I will post the answer from aurelia core team directly with the detailed explanation that they give me.

image

Let me know if ok to do this change... So I can open a PR!

IonDen commented 4 years ago

Fixed