resolution is data.checked

This commit is contained in:
j 2011-12-28 15:59:53 +05:30
parent 8550cc8442
commit 109e34725c

View file

@ -442,7 +442,7 @@ Ox.VideoEditor = function(options, self) {
width: 256
}).open();
} else if (id == 'resolution') {
self.options.resolution = parseInt(data.value);
self.options.resolution = parseInt(data.checked[0].id);
self.$player[0].options({resolution: self.options.resolution});
}
}