1
0
Fork 0
forked from 0x2620/oxjs

add 'add annotation' entries to annotation panel menu

This commit is contained in:
rolux 2014-01-17 14:53:34 +00:00
commit e4b0b306b2
2 changed files with 7 additions and 3 deletions

View file

@ -599,8 +599,6 @@ Ox.AnnotationFolder = function(options, self) {
.editItem();
showWarnings();
self.points = getPoints();
//selectAnnotation(item);
//that.triggerEvent('edit');
return that;
};