handled in events.js

This commit is contained in:
barisusakli
2014-11-18 00:12:43 -05:00
parent d7c367ae91
commit 78033dbf5c

View File

@@ -26,7 +26,6 @@ define('forum/topic', dependencies, function(pagination, infinitescroll, threadT
events.removeListeners();
socket.removeListener('event:new_post', onNewPost);
socket.removeListener('event:new_notification', onNewNotification);
}
});