mirror of
https://github.com/adamdruppe/arsd.git
synced 2025-04-26 21:30:12 +03:00
helper script to ensure stuff builds that i dont use every day
This commit is contained in:
parent
27f284e9a8
commit
a1b52da48e
7 changed files with 61 additions and 34 deletions
|
@ -1032,7 +1032,7 @@ void addEventListener(string event, Element what, EventHandler handler, bool bub
|
|||
l.capturingEventHandlers[event] ~= handler;
|
||||
}
|
||||
|
||||
void addEventListener(string event, Element what[], EventHandler handler, bool bubble = true) {
|
||||
void addEventListener(string event, Element[] what, EventHandler handler, bool bubble = true) {
|
||||
foreach(w; what)
|
||||
addEventListener(event, w, handler, bubble);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue