remove node_modules and .gitignore them
This commit is contained in:
-13
@@ -1,13 +0,0 @@
|
||||
/**
|
||||
* 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;
|
||||
}
|
||||
Reference in New Issue
Block a user