Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Position: Make sure of is treated as a CSS selector #1955

Merged
merged 1 commit into from
May 4, 2021

Conversation

mgol
Copy link
Member

@mgol mgol commented Apr 28, 2021

No description provided.

@mgol mgol added this to the 1.13 milestone Apr 28, 2021
@mgol mgol requested a review from fnagel April 28, 2021 20:25
@mgol mgol self-assigned this Apr 28, 2021
@@ -334,6 +351,7 @@ QUnit.test( "using", function( assert ) {
assert.deepEqual( position, expectedPosition, "correct position for call #" + count );
assert.deepEqual( feedback.element.element[ 0 ], elems[ count ] );
delete feedback.element.element;
delete feedback.target.element.prevObject;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

prevObject is used for .addBack() so my change makes it different but it shouldn't matter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants