1
0
Fork 0
forked from 0x2620/oxjs

in ListCalendar, populate duration form field, fixes #756

This commit is contained in:
rlx 2012-04-19 05:48:31 +00:00
commit 244312aede
2 changed files with 10 additions and 9 deletions

View file

@ -701,8 +701,8 @@ Ox.ListMap = function(options, self) {
}
*/
that.$element.replaceWith(
that.$element = Ox.SplitPanel({
that.setElement(
Ox.SplitPanel({
elements: [
{
collapsible: self.options.collapsible,
@ -771,7 +771,6 @@ Ox.ListMap = function(options, self) {
orientation: 'horizontal'
})
.addClass('OxListMap')
.$element
);
function addPlace() {