This commit is contained in:
burke.davey
2011-05-23 20:29:48 +00:00
parent 7ac66d1d55
commit bd3964972b

View File

@@ -172,6 +172,6 @@ function initializeBrowserChannel() {
function closeBrowserChannel() { function closeBrowserChannel() {
socketCloseRequested = true; socketCloseRequested = true;
socket.close(); if (socket) socket.close();
} }