This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Commit bf5c2ee
committed
fix(jqLite): make jqLite invoke jqLite.cleanData as a method
The previous implementation of jqLite didn't use cleanData from the jqLite
object but instead used a cached version which maede it impossible to
monkey-patch jqLite.cleanData similarly to how you can do it in jQuery.
The cleanData method is not meant to be called directly by userland code;
its purpose is mainly to be able to be monkey-patched; therefore, the previous
implementation didn't make a lot of sense.
This commit enables one of the tests so far run only with jQuery to run with
jqLite as well.
Ref #8486
Ref #8695
Closes #158461 parent dcdd5de commit bf5c2ee
2 files changed
+41
-50
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
204 | | - | |
205 | | - | |
206 | | - | |
207 | | - | |
208 | | - | |
209 | | - | |
210 | 204 | | |
211 | 205 | | |
212 | 206 | | |
| |||
309 | 303 | | |
310 | 304 | | |
311 | 305 | | |
312 | | - | |
| 306 | + | |
313 | 307 | | |
314 | 308 | | |
315 | | - | |
316 | | - | |
317 | | - | |
318 | | - | |
| 309 | + | |
319 | 310 | | |
320 | 311 | | |
321 | 312 | | |
| |||
613 | 604 | | |
614 | 605 | | |
615 | 606 | | |
616 | | - | |
| 607 | + | |
| 608 | + | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
617 | 612 | | |
618 | 613 | | |
619 | 614 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2100 | 2100 | | |
2101 | 2101 | | |
2102 | 2102 | | |
2103 | | - | |
2104 | | - | |
2105 | | - | |
2106 | | - | |
2107 | | - | |
2108 | | - | |
2109 | | - | |
2110 | | - | |
2111 | | - | |
2112 | | - | |
2113 | | - | |
| 2103 | + | |
| 2104 | + | |
| 2105 | + | |
| 2106 | + | |
| 2107 | + | |
| 2108 | + | |
| 2109 | + | |
| 2110 | + | |
| 2111 | + | |
| 2112 | + | |
2114 | 2113 | | |
2115 | | - | |
| 2114 | + | |
2116 | 2115 | | |
2117 | | - | |
2118 | | - | |
2119 | | - | |
| 2116 | + | |
| 2117 | + | |
| 2118 | + | |
2120 | 2119 | | |
2121 | | - | |
2122 | | - | |
2123 | | - | |
2124 | | - | |
| 2120 | + | |
| 2121 | + | |
| 2122 | + | |
2125 | 2123 | | |
2126 | 2124 | | |
2127 | 2125 | | |
| |||
8640 | 8638 | | |
8641 | 8639 | | |
8642 | 8640 | | |
8643 | | - | |
8644 | | - | |
8645 | | - | |
8646 | | - | |
8647 | | - | |
8648 | | - | |
8649 | | - | |
8650 | | - | |
8651 | | - | |
8652 | | - | |
8653 | | - | |
| 8641 | + | |
| 8642 | + | |
| 8643 | + | |
| 8644 | + | |
| 8645 | + | |
| 8646 | + | |
| 8647 | + | |
| 8648 | + | |
| 8649 | + | |
| 8650 | + | |
8654 | 8651 | | |
8655 | | - | |
| 8652 | + | |
8656 | 8653 | | |
8657 | | - | |
8658 | | - | |
8659 | | - | |
| 8654 | + | |
| 8655 | + | |
| 8656 | + | |
8660 | 8657 | | |
8661 | | - | |
8662 | | - | |
8663 | | - | |
8664 | | - | |
| 8658 | + | |
| 8659 | + | |
| 8660 | + | |
8665 | 8661 | | |
8666 | 8662 | | |
8667 | 8663 | | |
| |||
0 commit comments