fix removing annotations

This commit is contained in:
j 2013-10-07 19:55:20 +00:00
parent 18fdba8654
commit 6386ec9b14
1 changed files with 1 additions and 1 deletions

View File

@ -745,7 +745,7 @@ pandora.ui.mainMenu = function() {
},
pandora_videopoints: function(data) {
var action;
if (data.value['in']) {
if (data.value && data.value['in']) {
action = data.value['in'] != data.value.out ? 'enableItem' : 'disableItem';
that[action]('copy');
that[action]('copyadd');