Continue working on YouTube player

This commit is contained in:
calzoneman 2015-04-30 15:26:09 -05:00
parent d77497aaa7
commit ae899fd9be
4 changed files with 175 additions and 15 deletions

View file

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