Websocket
[VSoRC/.git] / node_modules / websocket / node_modules / yaeti / lib / Event.browser.js
1 /**
2  * In browsers export the native Event interface.
3  */
4
5 module.exports = global.Event;