Remove the throttled function from memory only

pull/1/head
yflory 4 years ago
parent 51ebdf4ed2
commit 453b207bcc

@ -118,9 +118,6 @@ define([
};
S.leaveChannel = function (id) {
if (t[id] && typeof(t[id].clear) === "function") {
t[id].clear();
}
delete t[id];
};

Loading…
Cancel
Save