We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 008e971 commit 4fcfee4Copy full SHA for 4fcfee4
test/unit/attributes.js
@@ -512,7 +512,7 @@ test("addClass(Function)", function() {
512
});
513
514
test("addClass(Function) with incoming value", function() {
515
- expect(41);
+ expect(45);
516
517
var div = jQuery("div"), old = div.map(function(){
518
return jQuery(this).attr("class");
@@ -585,7 +585,7 @@ test("removeClass(Function) - simple", function() {
585
586
587
test("removeClass(Function) with incoming value", function() {
588
589
590
var $divs = jQuery('div').addClass("test"), old = $divs.map(function(){
591
0 commit comments