don't throw JS error in browser.js
This commit is contained in:
parent
a300eed203
commit
650a5f199c
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ pandora.ui.browser = function() {
|
|||
},
|
||||
openpreview: function() {
|
||||
if (pandora.isVideoView()) {
|
||||
pandora.$ui[itemView].gainFocus().triggerEvent('key_space');
|
||||
pandora.$ui[pandora.user.ui.itemView].gainFocus().triggerEvent('key_space');
|
||||
}
|
||||
},
|
||||
select: function(data) {
|
||||
|
|
Loading…
Reference in a new issue