This commit is contained in:
Liang Ding 2015-01-15 16:58:23 +08:00
parent 73ddbed41f
commit b46a173a85
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ var notification = {
};
notificationWS.onerror = function (e) {
console.log('[notification onerror] ' + e);
console.log('[notification onerror] ' + JSON.parse(e));
};
}
};