This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Commit feee36c
authored
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 983e27b commit feee36c
1 file changed
+0
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3123 | 3123 | | |
3124 | 3124 | | |
3125 | 3125 | | |
3126 | | - | |
3127 | | - | |
3128 | | - | |
3129 | | - | |
3130 | 3126 | | |
3131 | 3127 | | |
3132 | 3128 | | |
| |||
0 commit comments