come back to this error
parent
ad4e36015b
commit
e77f833652
|
@ -1367,6 +1367,9 @@ define([
|
|||
|
||||
console.log('Posting CONNECT');
|
||||
postMessage('CONNECT', cfg, function (data) {
|
||||
// XXX validate that data exists, probably return otherwise.
|
||||
// got here via a reference error:
|
||||
// uncaught exception: TypeError: data is undefined
|
||||
if (data.error) { throw new Error(data.error); }
|
||||
if (data.state === 'ALREADY_INIT') {
|
||||
data = data.returned;
|
||||
|
|
Loading…
Reference in New Issue