don't throw JS error in browser.js

This commit is contained in:
rolux 2013-08-07 08:55:48 +00:00
parent a300eed203
commit 650a5f199c

View file

@ -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) {