mirror of
https://github.com/jaandrle/deka-dom-el
synced 2026-04-29 00:54:48 +02:00
⚡ 📺 Maintenance update
This commit is contained in:
Vendored
+1
-1
@@ -760,7 +760,7 @@ signal.on = function on2(s, listener, options = {}) {
|
||||
};
|
||||
signal.symbols = {
|
||||
//signal: mark,
|
||||
onclear: Symbol.for("Signal.onclear")
|
||||
onclear: /* @__PURE__ */ Symbol.for("Signal.onclear")
|
||||
};
|
||||
signal.clear = function(...signals2) {
|
||||
for (const s of signals2) {
|
||||
|
||||
Vendored
+2
-2
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
@@ -805,7 +805,7 @@ var DDE = (() => {
|
||||
};
|
||||
signal.symbols = {
|
||||
//signal: mark,
|
||||
onclear: Symbol.for("Signal.onclear")
|
||||
onclear: /* @__PURE__ */ Symbol.for("Signal.onclear")
|
||||
};
|
||||
signal.clear = function(...signals2) {
|
||||
for (const s of signals2) {
|
||||
|
||||
Vendored
+2
-2
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user