cleanup, again

This commit is contained in:
rolux 2011-11-03 16:42:41 +01:00
commit 094b1a59ec
34 changed files with 93 additions and 101 deletions

View file

@ -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);