fix adding annotations to edits, broken in r3447
This commit is contained in:
parent
9248d84bbc
commit
44cdf12161
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ pandora.ui.editPanel = function() {
|
||||||
return Ox.extend({
|
return Ox.extend({
|
||||||
item: item
|
item: item
|
||||||
}, points.length == 1 ? {
|
}, points.length == 1 ? {
|
||||||
annotation: points[0]
|
annotation: clip
|
||||||
} : {
|
} : {
|
||||||
'in': parseFloat(points[0]),
|
'in': parseFloat(points[0]),
|
||||||
out: parseFloat(points[1])
|
out: parseFloat(points[1])
|
||||||
|
|
Loading…
Reference in a new issue