1
0
Fork 0
forked from 0x2620/oxjs

fix a bug in Ox.FileButton

This commit is contained in:
rlx 2012-03-24 11:12:24 +00:00
commit 8c67bf9462
2 changed files with 3 additions and 1 deletions

View file

@ -1,6 +1,6 @@
Ox.load('UI', function() {
var files = [],
var files,
$menu = Ox.MainMenu({
menus: [
@ -140,6 +140,7 @@ Ox.load('UI', function() {
}
})
),
keys: {enter: 'upload', escape: 'cancel'},
title: 'Files',
width: 288 + Ox.UI.SCROLLBAR_SIZE,
height: 129