Skip to content

Commit f43c548

Browse files
$.parseHTML: fixed a regression regarding non-browser environments
1 parent d375e63 commit f43c548

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/core/parse_html.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function parseHTML ( html ) {
4242

4343
container.innerHTML = html;
4444

45-
return $(container.childNodes).detach ().get ();
45+
return cash ( container.childNodes ).detach ().get ();
4646

4747
}
4848

0 commit comments

Comments
 (0)