forked from 0x2620/oxjs
use minify in build script; add unicode module
This commit is contained in:
parent
6b2d26e950
commit
66b9d41450
331 changed files with 114865 additions and 147253 deletions
|
|
@ -206,7 +206,7 @@ Ox.load.UI = function(options, callback) {
|
|||
files = files.filter(function(file) {
|
||||
return !Ox.startsWith(file, 'Ox.UI/js/');
|
||||
});
|
||||
files.push('Ox.UI/js/Ox.UI.js');
|
||||
files.push('Ox.UI/js/Ox.UI.min.js');
|
||||
}
|
||||
files.forEach(function(file) {
|
||||
var dfd = new $.Deferred();
|
||||
|
|
|
|||
|
|
@ -331,7 +331,7 @@ Ox.VideoEditor = function(options, self) {
|
|||
{key: '\\', action: 'Select Current Annotation'},
|
||||
{key: '<', action: 'Go to Previous Cut'},
|
||||
{key: '>', action: 'Go to Next Cut'},
|
||||
{key: '/', action: 'Select Current Cuts'},
|
||||
{key: '/', action: 'Select Current Cut'},
|
||||
{key: 'F', action: 'Find'},
|
||||
{key: Ox.UI.symbols.shift + 'G', action: 'Go to Previous Result'},
|
||||
{key: 'G', action: 'Go to Next Result'},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue