1
0
Fork 0
forked from 0x2620/oxjs

misc fixes

This commit is contained in:
rlx 2011-06-02 08:04:22 +00:00
commit 6ec375c9ce
3 changed files with 5 additions and 0 deletions

View file

@ -484,6 +484,7 @@ Ox.ListMap = function(options, self) {
}), [
self.$areaInput = Ox.Input({
id: 'area',
type: 'float'
}).hide()
]);
@ -570,6 +571,7 @@ Ox.ListMap = function(options, self) {
that.$element = Ox.SplitPanel({
elements: [
{
collapsible: true,
element: Ox.SplitPanel({
elements: [
{