Add a TODO for future
This commit is contained in:
parent
fdb253a972
commit
1d6f44cedd
1 changed files with 1 additions and 1 deletions
|
@ -293,7 +293,7 @@ weechat.factory('connection', ['$q', '$rootScope', '$log', '$store', 'handlers',
|
||||||
}
|
}
|
||||||
|
|
||||||
var disconnect = function() {
|
var disconnect = function() {
|
||||||
console.log(this.websocket);
|
/* TODO: Send protocol disconnect */
|
||||||
this.websocket.close();
|
this.websocket.close();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue