forked from 0x2620/pandora
send position event
This commit is contained in:
parent
c32503e1af
commit
e20a563039
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ pandora.ui.embedPlayer = function() {
|
|||
}
|
||||
})
|
||||
.bindEvent(function(data, event) {
|
||||
if (Ox.contains(['close', 'paused'], event)) {
|
||||
if (Ox.contains(['close', 'paused', 'position'], event)) {
|
||||
Ox.$parent.postMessage(event, data);
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue