cosmetic changes
This commit is contained in:
parent
b928795dc7
commit
57bc6af6f4
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue