cleanup, again
This commit is contained in:
parent
2809a5d06d
commit
094b1a59ec
34 changed files with 93 additions and 101 deletions
|
|
@ -238,7 +238,7 @@ Ox.VideoPanelPlayer = function(options, self) {
|
|||
//self.$video.position(self.options.position);
|
||||
self.$timeline.options({
|
||||
position: self.options.position
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
function toggleAnnotations(data) {
|
||||
|
|
@ -291,7 +291,7 @@ Ox.VideoPanelPlayer = function(options, self) {
|
|||
|
||||
/*@
|
||||
toggleAnnotations <f> toggle annotations
|
||||
() -> <o> toggle visibility of annotations
|
||||
() -> <o> toggle visibility of annotations
|
||||
@*/
|
||||
that.toggleAnnotations = function() {
|
||||
that.$element.toggle(1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue