MCPcopy Create free account
hub / github.com/microsoft/SandDance / processObjectEvent

Function processObjectEvent

docs/app/js/sanddance-app.js:21290–21295  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21288 target.attachEvent("on" + eventName, processElementEvent);
21289 } else {
21290 var processObjectEvent = function() {
21291 var args = [];
21292 for(var _i = 0; _i < arguments.length; _i++)args[_i] = arguments[_i];
21293 if (_this._isDisposed) return;
21294 return callback.apply(parent_1, args);
21295 };
21296 eventRecord.objectCallback = processObjectEvent;
21297 }
21298 // Remember the record locally, so that it can be removed.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected