remove player/editor/timeline losefocus handlers (opening the item menu will make them lose focus), add gainfocus handler to browser; correct definition of canCut; enable mainMenu.replaceItemMenu

This commit is contained in:
rolux 2013-08-02 17:01:24 +00:00
commit bcf9d37930
6 changed files with 6 additions and 15 deletions

View file

@ -98,9 +98,6 @@ pandora.ui.player = function(data) {
loop: function(data) {
pandora.UI.set({videoLoop: data.loop});
},
losefocus: function() {
pandora.$ui.mainMenu.replaceItemMenu();
},
muted: function(data) {
pandora.UI.set({videoMuted: data.muted});
},