projects
/
KiwiIRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebe178d
)
previous commit part.2
author
Darren
<darren@darrenwhitlen.com>
Thu, 31 Jan 2013 12:55:56 +0000
(12:55 +0000)
committer
Darren
<darren@darrenwhitlen.com>
Thu, 31 Jan 2013 14:58:44 +0000
(14:58 +0000)
server/irc/connection.js
patch
|
blob
|
blame
|
history
diff --git
a/server/irc/connection.js
b/server/irc/connection.js
index 738a72e03c561f8a1b14e561b43768c7c6e5ffae..ce24ece4a75d54eb8fd2c98286e887ab4705229c 100644
(file)
--- a/
server/irc/connection.js
+++ b/
server/irc/connection.js
@@
-186,8
+186,6
@@
IrcConnection.prototype.dispose = function () {
_.each(this.irc_channels, function (chan) {
chan.dispose();
});
- this.irc_users = null;
- this.irc_channels = null;
this.irc_users = undefined;
this.irc_channels = undefined;