mirror of
https://github.com/jquery/jquery.git
synced 2026-02-01 11:35:18 -05:00
The latest version supporting Node.js is 3.1.2; some workarounds are not needed
for this version. For example, in jsdom 3.1.2 a document created via
document.implementation.createHTMLDocument( "" ) has a body.
(partially cherry-picked from 95c0a10e15)
Fixes gh-2153
Closes gh-2154