1
0
Fork 0
forked from 0x2620/oxjs
This commit is contained in:
rolux 2012-06-10 20:18:03 +02:00
commit 6a7fce5bcf
2 changed files with 2 additions and 2 deletions

View file

@ -264,7 +264,7 @@ Ox.AnnotationPanel = function(options, self) {
if (self.options.selected) {
annotation = getAnnotation(self.options.selected);
folder = getFolder(self.options.selected);
if(annotation && folder) {
if (annotation && folder) {
key = folder.options('id');
type = folder.options('type');
value = annotation.value;