Commit 9c030624 authored by mercury233's avatar mercury233

CoffeeScript 1.12.1

parent f25edb22
// Generated by CoffeeScript 1.10.0
// Generated by CoffeeScript 1.12.1
(function() {
var WebSocketServer, _delete, broadcast, create, init, room_data, server, update;
......@@ -81,7 +81,7 @@
connection = ref[i];
try {
results.push(connection.send(message));
} catch (undefined) {}
} catch (error) {}
}
return results;
};
......
// Generated by CoffeeScript 1.10.0
// Generated by CoffeeScript 1.12.1
(function() {
var Cloud_replay_ids, Graveyard, ROOM_all, ROOM_bad_ip, ROOM_ban_player, ROOM_connected_ip, ROOM_find_by_name, ROOM_find_by_port, ROOM_find_or_create_ai, ROOM_find_or_create_by_name, ROOM_find_or_create_random, ROOM_players_banned, ROOM_players_oppentlist, ROOM_validate, Room, _, addCallback, ban_user, bunyan, crypto, date, defaultconfig, execFile, fs, get_memory_usage, http, http_server, https, https_server, list, load_dialogues, load_tips, log, moment, nconf, net, options, os, path, pgClient, pg_client, pg_query, redis, redisdb, request, requestListener, roomlist, settings, spawn, spawnSync, tribute, url, users_cache, wait_room_start, windbot_process, ygopro, zlib;
......@@ -399,7 +399,7 @@
Room = (function() {
function Room(name, hostinfo) {
var draw_count, error1, lflist, param, rule, start_hand, start_lp, time_limit;
var draw_count, lflist, param, rule, start_hand, start_lp, time_limit;
this.hostinfo = hostinfo;
this.name = name;
this.alive = true;
......
// Generated by CoffeeScript 1.10.0
// Generated by CoffeeScript 1.12.1
(function() {
var Struct, _, declaration, field, i, len, name, result, structs_declaration, type, typedefs;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment