Allow hooking of the Server WebSocket constructor object

This commit is contained in:
Nicholas Dudfield
2013-08-07 17:11:29 -07:00
parent 67d100796d
commit e5421effd5
2 changed files with 12 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ exports.SerializedObject = require('./serializedobject').SerializedObject;
exports.binformat = require('./binformat');
exports.utils = require('./utils');
exports.Server = require('./server').Server;
// Important: We do not guarantee any specific version of SJCL or for any
// specific features to be included. The version and configuration may change at