Skip to content
This repository was archived by the owner on Mar 13, 2018. It is now read-only.

Allow compareDocumentPosition to take a raw Node #411

Merged
merged 1 commit into from
Mar 31, 2014

Conversation

arv
Copy link
Contributor

@arv arv commented Mar 31, 2014

jQueryUI uses element.compareDocumentPosition(document.body) so
we need to allow a non wrapper as the argument here.

Fixes #410

jQueryUI uses `element.compareDocumentPosition(document.body)` so
we need to allow a non wrapper as the argument here.

Fixes googlearchive#410
@arv arv added cla: yes and removed cla: no labels Mar 31, 2014
@dfreedm
Copy link
Contributor

dfreedm commented Mar 31, 2014

Doesn't this actually fix #409?

@dfreedm
Copy link
Contributor

dfreedm commented Mar 31, 2014

LGTM. Fixes #409

dfreedm added a commit that referenced this pull request Mar 31, 2014
Allow compareDocumentPosition to take a raw Node
@dfreedm dfreedm merged commit 4fe518f into googlearchive:master Mar 31, 2014
@arv arv deleted the compare-document-position branch March 31, 2014 18:18
@arv
Copy link
Contributor Author

arv commented Mar 31, 2014

Yeah, this was #409 and not #410

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants