Skip to content

Commit

Permalink
Remove non-existent $.fn.parse from tests (#194)
Browse files Browse the repository at this point in the history
Co-authored-by: James Forrester <[email protected]>
  • Loading branch information
edg2s and jdforrester authored Mar 16, 2020
1 parent 08c0f6a commit 96c0372
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test-all/methods.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ $x.one();
$x.outerHeight();
$x.outerWidth();
$x.parentsUntil();
$x.parse();
$x.position();
$x.prepend();
$x.prependTo();
Expand Down

0 comments on commit 96c0372

Please sign in to comment.