Removed prototype leftover.

This commit is contained in:
Gunther Brunner
2014-10-17 19:24:41 +09:00
parent a59b3a6fc3
commit 91f7bd9cf2

View File

@@ -28,10 +28,6 @@ module.exports =
}
}
setTimeout(function () {
socket.disconnect()
}, 1000)
socket.on('outdated', function () {
VersionUpdateService.open()
})