fix adding annotations to edits, broken in r3447

This commit is contained in:
j 2013-08-03 08:55:10 +00:00
parent 9248d84bbc
commit 44cdf12161

View file

@ -175,7 +175,7 @@ pandora.ui.editPanel = function() {
return Ox.extend({
item: item
}, points.length == 1 ? {
annotation: points[0]
annotation: clip
} : {
'in': parseFloat(points[0]),
out: parseFloat(points[1])