previous commit part.2
authorDarren <darren@darrenwhitlen.com>
Thu, 31 Jan 2013 12:55:56 +0000 (12:55 +0000)
committerDarren <darren@darrenwhitlen.com>
Thu, 31 Jan 2013 14:58:44 +0000 (14:58 +0000)
server/irc/connection.js

index 738a72e03c561f8a1b14e561b43768c7c6e5ffae..ce24ece4a75d54eb8fd2c98286e887ab4705229c 100644 (file)
@@ -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;