fix safari syntax error
This commit is contained in:
parent
e54c136c48
commit
fda007f00d
2 changed files with 37 additions and 35 deletions
|
|
@ -329,7 +329,7 @@ Ox.VideoEditor = function(options, self) {
|
|||
{key: 'G', action: 'Go to Next Result'},
|
||||
{key: 'S', action: 'Select Current Annotation'},
|
||||
{key: 'E', action: 'Edit Selected Annotation'},
|
||||
{key: Ox.UI.symbols.return, action: 'Submit'},
|
||||
{key: Ox.UI.symbols['return'], action: 'Submit'},
|
||||
{key: Ox.UI.symbols.escape, action: 'Cancel'},
|
||||
].forEach(function(shortcut) {
|
||||
self.$keyboardShortcuts.append(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue