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.
Since jQuery 1.4.3 retrieving DOM .data on empty jQuery collection returns null. In jQuery 1.4.2 the same jQuery internally fails on using slice method on undefined.
I should either resolve the issue or elevate the minimal required version of jQuery.
The text was updated successfully, but these errors were encountered:
* 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).
Since jQuery 1.4.3 retrieving DOM
.data
on empty jQuery collection returnsnull
. In jQuery 1.4.2 the same jQuery internally fails on usingslice
method on undefined.I should either resolve the issue or elevate the minimal required version of jQuery.
The text was updated successfully, but these errors were encountered: