1
0
Fork 0
forked from 0x2620/oxjs

some work towards making places and events editable from annotations panel (#561)

This commit is contained in:
rlx 2012-02-21 10:10:39 +00:00
commit 202d11177b
2 changed files with 2 additions and 1 deletions

View file

@ -288,7 +288,7 @@ Ox.AnnotationPanel = function(options, self) {
});
} else if (data.id == 'manage') {
that.triggerEvent('define', {
id: self.options.selected,
id: getAnnotation(self.options.selected)[type].id,
type: type
});
} else if (data.id == 'save') {