kwilsbach
Results
2
comments of
kwilsbach
Seeing the same issue with 1.10.1 jquery ui. removing the ui library results in the roundabout working
Line 693 reads: > if (methods.compareVersions.apply(null, [$().jquery, "1.7.2"]) >= 0 && !($.easing["easeOutBack"])) { if you change this to > if (true) { it works just fine. I don't think there...