quitando basura del index
[VSoRC/.git] / node_modules / websocket / node_modules / yaeti / lib / Event.js
diff --git a/node_modules/websocket/node_modules/yaeti/lib/Event.js b/node_modules/websocket/node_modules/yaeti/lib/Event.js
deleted file mode 100644 (file)
index cd245a2..0000000
+++ /dev/null
@@ -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;
-}