forked from 0x2620/pandora
reorder event handlers alphabetically
This commit is contained in:
parent
110078ec9a
commit
af6f5827e6
1 changed files with 3 additions and 3 deletions
|
@ -109,6 +109,9 @@ pandora.ui.embedPanel = function() {
|
|||
out: options.out
|
||||
} : {}))
|
||||
.bindEvent({
|
||||
fullscreen: function(data) {
|
||||
Ox.Fullscreen.toggle();
|
||||
},
|
||||
playing: function(data) {
|
||||
setPosition(data.position, true);
|
||||
},
|
||||
|
@ -119,9 +122,6 @@ pandora.ui.embedPanel = function() {
|
|||
$timeline.options({
|
||||
subtitles: data.subtitles ? video.subtitles : []
|
||||
});
|
||||
},
|
||||
fullscreen: function(data) {
|
||||
Ox.Fullscreen.toggle();
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue