mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-250: Require callback - calling exportState() makes no sense otherwise.
This commit is contained in:
@@ -196,8 +196,7 @@ Guacamole.Client = function(tunnel) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Invoke callback now that the state is ready
|
// Invoke callback now that the state is ready
|
||||||
if (callback)
|
callback(state);
|
||||||
callback(state);
|
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user