Viewing File: /home/ubuntu/route-and-root-frontend-base/node_modules/yaeti/lib/Event.js

/**
 * Expose the Event class.
 */
module.exports = _Event;


function _Event(type) {
	this.type = type;
	this.isTrusted = false;

	// Set a flag indicating this is not a DOM Event object
	this._yaeti = true;
}
Back to Directory File Manager