mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
Fix #9469. Remove semi-functional .selector property. Close gh-1006.
Saved 65 bytes.
This commit is contained in:
@@ -564,7 +564,7 @@ jQuery.each({
|
||||
ret = ret.concat( elems );
|
||||
}
|
||||
|
||||
return this.pushStack( ret, name, insert.selector );
|
||||
return this.pushStack( ret );
|
||||
}
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user