mirror of
https://github.com/moodle/moodle.git
synced 2025-08-10 03:16:42 +02:00

Removes jQuery dependency from calling code that wants to listen for these events. Maintains backwards compatibility with existing code that does want to listen to jQuery-style events.
9 lines
332 B
YAML
9 lines
332 B
YAML
issueNumber: MDL-72293
|
|
notes:
|
|
core:
|
|
- message: >-
|
|
The `core/sortable_list` Javascript module now emits native events,
|
|
removing the jQuery dependency from calling code that wants to listen
|
|
for the events. Backwards compatibility with existing code using jQuery
|
|
is preserved
|
|
type: improved
|