Commit 410cbd1e authored by Kulya's avatar Kulya 😊

fdghdfghf

parent 6a7fa8be
Pipeline #174 canceled with stages
...@@ -9343,7 +9343,9 @@ SIPml.EventTarget.prototype.addEventListener = function(_, e) { ...@@ -9343,7 +9343,9 @@ SIPml.EventTarget.prototype.addEventListener = function(_, e) {
}, SIPml.EventTarget.prototype.removeEventListener = function(_) { }, SIPml.EventTarget.prototype.removeEventListener = function(_) {
tsk_string_is_string(_) && !tsk_string_is_null_or_empty(_) && (this.ao_listeners[_] = void 0) tsk_string_is_string(_) && !tsk_string_is_null_or_empty(_) && (this.ao_listeners[_] = void 0)
}, SIPml.EventTarget.prototype.dispatchEvent = function(_) { }, SIPml.EventTarget.prototype.dispatchEvent = function(_) {
console.log("-= DISPATCh Event: ", _) console.log("-= DISPATCh Event: ", _)
var e = this.ao_listeners[_.s_type] || this.ao_listeners["*"]; var e = this.ao_listeners[_.s_type] || this.ao_listeners["*"];
e && e.call(this, _.o_value) e && e.call(this, _.o_value)
}, SIPml.Event = function(_, e) { }, SIPml.Event = function(_, e) {
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment