Move get_updates into a module.

(imported from commit 9a6c0ab1e76dd96abad8626bc5b1fdbd234b2645)
This commit is contained in:
Tim Abbott
2014-01-30 13:25:25 -05:00
committed by Steve Howell
parent 33690d1dc6
commit a7b1b29bf0
8 changed files with 319 additions and 300 deletions

View File

@@ -183,7 +183,7 @@ Socket.prototype = {
// If this is a reconnect, network was probably
// recently interrupted, so we optimistically restart
// get_updates
restart_get_updates();
server_events.restart_get_updates();
}
that._is_open = true;