CBDL/CBDL_net.js

10 lines
174 B
JavaScript

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