This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Commit e5eaecc
committed
tests(ngMock): remove a broken jqLite cache clearing (#16515)
This commit removes the resetting of `angular.element.cache` in some tests;
this was desynchronizing jqLite.cache & the local jqCache variable and since
some parts of the code use one of them and some the other one, it was breaking
JQLite._data. `angular.element.cache` doesn't even exist when jQuery 2+ is used.
Closes #16515
Refs #165121 parent 24ddbaf commit e5eaecc
1 file changed
+0
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3206 | 3206 | | |
3207 | 3207 | | |
3208 | 3208 | | |
3209 | | - | |
3210 | | - | |
3211 | | - | |
3212 | | - | |
3213 | 3209 | | |
3214 | 3210 | | |
3215 | 3211 | | |
| |||
0 commit comments