MCPcopy Create free account
hub / github.com/CoderOpen/waimai / Event

Function Event

front/components/u-charts/u-charts.js:4497–4499  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4495// simple event implement
4496
4497function Event() {
4498 this.events = {};
4499}
4500
4501Event.prototype.addEventListener = function(type, listener) {
4502 this.events[type] = this.events[type] || [];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected