-
Bug
-
Resolution: Fixed
-
Minor
-
4.0
-
MOODLE_400_STABLE
-
MOODLE_400_STABLE
-
MDL-74228-master -
There is a typo (missing letter s) in the example on how to use the new
core_filters/events:
example <caption>Example of listening to a filter event.</caption>
|
import {eventTypes as filterEventTypes} from 'core_filter/events'; |
It should be
import {eventTypes as filterEventTypes} from 'core_filters/events'; |
Also, letter S seems to be missing in a couple of other comments.
For reference: https://github.com/moodle/moodle/blob/9344149abae081156aac4e3c39eff365f2f0df5a/lib/components.json#L80
- has a non-specific relationship to
-
MDL-70990 Replace jQuery and YUI events core/event with native JS events
- Closed