1
0
Fork 0
forked from 0x2620/oxjs

fix safari syntax error

This commit is contained in:
rolux 2011-05-25 09:29:42 +02:00
commit fda007f00d
2 changed files with 37 additions and 35 deletions

View file

@ -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(