GUACAMOLE-250: Require callback - calling exportState() makes no sense otherwise.

This commit is contained in:
Michael Jumper
2017-04-14 14:26:13 -07:00
parent 9ba6a5f69b
commit 171653dca5

View File

@@ -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);
}); });