You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apparently the only thing that's seriously changed in 1.6 is that using className as a .attr param does no longer translate to class attribute like it does in 1.5.2 and below.
So instead of this:
{
className: ...
}
using this should be sufficient to resolve all issues occuring:
{
'class': ...
}
At least all tests suggest so far. It is used on several places in the code. Patch in a matter of hours.
* Promptly resolves sudden incompatibility with new jQuery 1.6 (GH-32).
* Enhanced test for by testing for CSS value equivalency rather for string equality (GH-33).
* `leader` tests Opera bug fixed (GH-34).
Reel has some features (indicator for example) missing in jQuery 1.6. Otherwise functionaly is OK.
The text was updated successfully, but these errors were encountered: