/* **** CBDL_net - Optional layer that adds network support * * * */ CBDL.Net = CBDL.Net || { version: 0.1 }; CBDL.Net.BaseSocket.prototype.Send = function(send) {};