1
0
Fork 0
forked from 0x2620/oxjs

scroll to selected annotation on load

This commit is contained in:
rlx 2012-01-17 17:54:21 +05:30
commit 41e191f217
2 changed files with 4 additions and 1 deletions

View file

@ -368,7 +368,6 @@ Ox.AnnotationFolder = function(options, self) {
}
function selectAnnotation(data) {
Ox.print('SELECT annotation', data)
var item = Ox.getObjectById(self.options.items, data.id);
self.options.selected = item ? data.id : '';
if (self.widget) {