1
0
Fork 0
forked from 0x2620/oxjs

toggle -> toggleElement

This commit is contained in:
rolux 2014-11-17 21:08:10 +00:00
commit 303bc1c0a7
2 changed files with 5 additions and 5 deletions

View file

@ -128,7 +128,7 @@ Ox.VideoAnnotationPanel = function(options, self) {
);
},
showAnnotations: function() {
self.$mainPanel.toggle(1);
self.$mainPanel.toggleElement(1);
},
timeline: function() {
self.$menuButton.checkItem('timelines_' + self.options.timeline);