1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-06-27 21:05:53 +00:00

Re-factored chat rendering. Lots of other stuff. Still don't remember to commit frequently like I should. :(

This commit is contained in:
SirStendec 2015-07-29 01:03:10 -04:00
parent 02b0a95bd0
commit c5f55bd6b8
22 changed files with 2875 additions and 1433 deletions

View file

@ -152,6 +152,8 @@ FFZ.prototype.ws_create = function() {
} catch(err) {
f.error("Callback for " + request + ": " + err);
}
f._ws_callbacks[request] = undefined;
}
}
}