add fixme

This commit is contained in:
rolux 2014-01-19 13:58:55 +05:30
parent 1fca66f54f
commit 9a67924916

View file

@ -403,6 +403,7 @@ Ox.VideoPlayerPanel = function(options, self) {
'shift_i', 'shift_o', 'slash', 'space'
].forEach(function(key) {
key = 'key_' + key;
// FIXME: video player and timeline, too
self.$annotationPanel.bindEvent(key, function() {
that.triggerEvent(key);
});