1
0
Fork 0
forked from 0x2620/oxjs

update video editor (maps)

This commit is contained in:
rlx 2012-01-16 19:32:30 +05:30
commit f5d587cf5b
5 changed files with 81 additions and 44 deletions

View file

@ -114,7 +114,7 @@ Ox.Input = function(options, self) {
height: self.options.height + 'px'
} : {})
)
.bindEvent(Ox.extend(self.options.type == 'input' ? {
.bindEvent(Ox.extend(self.options.type != 'textarea' ? {
key_enter: submit
} : {}, {
key_control_v: paste,