cosmetic changes

This commit is contained in:
rolux 2014-09-23 23:56:59 +02:00
parent b928795dc7
commit 57bc6af6f4

View file

@ -1952,7 +1952,7 @@ pandora.logEvent = function(data, event, element) {
'playing', 'position', 'progress', 'request'
], event) && !Ox.startsWith(event, 'pandora_')) {
try {
data = JSON.stringify(data)
data = JSON.stringify(data);
} catch(e) {}
Ox.print(
'EVENT',