1
0
Fork 0
forked from 0x2620/oxjs
This commit is contained in:
rolux 2012-05-25 09:46:34 +02:00
commit 147d637b7b
32 changed files with 83 additions and 83 deletions

View file

@ -186,10 +186,10 @@ Ox.AnnotationPanel = function(options, self) {
if (item.id == annotationId) {
annotation = item;
found = true;
Ox.Break()();
Ox.Break();
}
});
found && Ox.Break()();
found && Ox.Break();
});
return annotation;
}
@ -201,10 +201,10 @@ Ox.AnnotationPanel = function(options, self) {
if (item.id == annotationId) {
folder = self.$folder[i];
found = true;
Ox.Break()();
Ox.Break();
}
});
found && Ox.Break()();
found && Ox.Break();
});
return folder;
}
@ -426,7 +426,7 @@ Ox.AnnotationPanel = function(options, self) {
self.deselecting = true;
$folder.options({selected: ''});
self.deselecting = false;
Ox.Break()();
Ox.Break();
}
});
scrollToSelected(self.options.layers[index].type);