23 lines
609 B
JavaScript
23 lines
609 B
JavaScript
|
// This file is automatically generated. Do not edit.
|
||
|
|
||
|
cah.$ = {};
|
||
|
|
||
|
cah.$.AjaxOperation = function() {
|
||
|
// pass
|
||
|
};
|
||
|
cah.$.AjaxOperation.prototype.dummy = undefined;
|
||
|
cah.$.AjaxOperation.FIRST_LOAD = "firstload";
|
||
|
cah.$.AjaxOperation.LOG_OUT = "logout";
|
||
|
cah.$.AjaxOperation.REGISTER = "register";
|
||
|
cah.$.AjaxOperation.CHAT = "chat";
|
||
|
cah.$.AjaxOperation.NAMES = "names";
|
||
|
|
||
|
cah.$.DisconnectReason = function() {
|
||
|
// pass
|
||
|
};
|
||
|
cah.$.DisconnectReason.prototype.dummy = undefined;
|
||
|
cah.$.DisconnectReason.PING_TIMEOUT = "ping_timeout";
|
||
|
cah.$.DisconnectReason.KICKED = "kicked";
|
||
|
cah.$.DisconnectReason.MANUAL = "manual";
|
||
|
|