GUAC-558: Do not trigger client onerror for tunnel onerror.

This commit is contained in:
Michael Jumper
2014-03-21 11:19:07 -07:00
parent 1289c16869
commit af4de98277

View File

@@ -142,11 +142,6 @@ Guacamole.Client = function(tunnel) {
// Array of allocated output streams by index
var output_streams = [];
tunnel.onerror = function(status) {
if (guac_client.onerror)
guac_client.onerror(status);
};
function setState(state) {
if (state != currentState) {
currentState = state;