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

Function event

docs/app/js/sanddance-app.js:142006–142010  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

142004 };
142005}
142006function event(type) {
142007 return typeof Event !== "undefined" ? new Event(type) : {
142008 type
142009 };
142010}
142011/**
142012 * Generate an HTML input form element and bind it to a signal.
142013 */ function generate(bind3, el, param, view) {

Callers 1

targetFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected