1
0
Fork 0
forked from 0x2620/oxjs

fix bugs in video editor

This commit is contained in:
rlx 2011-12-23 06:08:41 +00:00
commit e2529916b3
3 changed files with 24 additions and 22 deletions

View file

@ -1338,7 +1338,7 @@ Ox.Input_ = function(options, self) {
that.$input.forEach(function(v, i) {
v.val('');
});
that.$input[0].focusInput(true);
that.$input[0].focusInput();
}
function height(value) {