mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 06:17:34 +00:00
Everywhere: Behaviour => Behavior
This commit is contained in:
parent
55b0b06897
commit
6ad427993a
48 changed files with 120 additions and 120 deletions
|
@ -47,11 +47,11 @@ public:
|
|||
Vector<EventListenerRegistration>& listeners() { return m_listeners; }
|
||||
const Vector<EventListenerRegistration>& listeners() const { return m_listeners; }
|
||||
|
||||
Function<void(const Event&)> activation_behaviour;
|
||||
Function<void(const Event&)> activation_behavior;
|
||||
|
||||
// NOTE: These only exist for checkbox and radio input elements.
|
||||
Function<void()> legacy_pre_activation_behaviour;
|
||||
Function<void()> legacy_cancelled_activation_behaviour;
|
||||
Function<void()> legacy_pre_activation_behavior;
|
||||
Function<void()> legacy_cancelled_activation_behavior;
|
||||
|
||||
protected:
|
||||
explicit EventTarget(Bindings::ScriptExecutionContext&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue