1
0
Fork 0
forked from 0x2620/oxjs

add option to find selected annotation in _this_ video; make sure focus returns after hiding menus

This commit is contained in:
rlx 2012-02-16 12:32:52 +00:00
commit 73bd672b15
3 changed files with 50 additions and 18 deletions

View file

@ -578,6 +578,11 @@ Ox.AnnotationFolder = function(options, self) {
return that;
};
that.gainFocus = function() {
self.$annotations.gainFocus();
return that;
};
that.removeItem = function() {
self.$annotations.removeItem();
};