forked from 0x2620/oxjs
make map controls work
This commit is contained in:
parent
bbef38f0a9
commit
df3ea541b3
14 changed files with 177 additions and 132 deletions
|
|
@ -105,8 +105,8 @@ Ox.Select = function(options, self) {
|
|||
)) + 'px'
|
||||
})
|
||||
.html(
|
||||
self.options.title ? self.options.title :
|
||||
self.options.items[self.checked[0]].title
|
||||
self.options.title ? self.options.title
|
||||
: self.options.items[self.checked[0]].title
|
||||
)
|
||||
.click(showMenu)
|
||||
.appendTo(that.$element);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue