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,7 +196,6 @@ Guacamole.Client = function(tunnel) {
|
||||
}
|
||||
|
||||
// Invoke callback now that the state is ready
|
||||
if (callback)
|
||||
callback(state);
|
||||
|
||||
});
|
||||
|
Reference in New Issue
Block a user