Commit c4cbb3b
committed
maint: Remove core/remove and core/url.
Remove core/remove and core/url and it's usage in pat-slides.
core/url can nowadays be replaced by the URL interface from the web API.
core/remove did invoke the destroy event to invoke clean-up routines.
core/remove result in an infinite recursion error in combination with the
TinyMCE API due to core/remove's patching of the internal cleanData jQuery API.
pat-slides is currently not in a working state, so the removal is OK.
Anyways, this triggers the question how to handle Pattern cleanup in the
future. The answer is in a mutation observer on document level, but this
will be part of a future release.1 parent 7dd4c36 commit c4cbb3b
4 files changed
+3
-150
lines changedThis file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | 9 | | |
12 | 10 | | |
13 | 11 | | |
| |||
24 | 22 | | |
25 | 23 | | |
26 | 24 | | |
27 | | - | |
28 | | - | |
29 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
30 | 28 | | |
31 | 29 | | |
32 | 30 | | |
| |||
0 commit comments