Closed jrgcubano closed 4 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.
Let me know if ok to do this change... So I can open a PR!
Fixed
@IonDen Trying to integrate the control in aurelia, I guess there is a bug checking JQuery existence in AMD format, so it fails.
I will post the answer from aurelia core team directly with the detailed explanation that they give me.
Let me know if ok to do this change... So I can open a PR!