Continue working on YouTube player
This commit is contained in:
parent
d77497aaa7
commit
ae899fd9be
4 changed files with 175 additions and 15 deletions
|
|
@ -1097,7 +1097,7 @@ setupCallbacks = function() {
|
|||
Callbacks[key](data);
|
||||
} catch (e) {
|
||||
if (SOCKET_DEBUG) {
|
||||
console.log("EXCEPTION: " + e.stack);
|
||||
console.log("EXCEPTION: " + e + "\n" + e.stack);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue