Files
socket.io/support/noop.js
Damien Arrachequesne c1dd34c4eb [chore] Provide a slim build without JSON3 and debug (#1030)
The dist folder now contains both the default build and a slimmer one, generated without JSON3 (JSON polyfill for IE6/IE7) and debug modules.
2016-11-27 08:12:17 +01:00

3 lines
58 B
JavaScript

module.exports = function () { return function () {}; };