debug combobox
This commit is contained in:
parent
3e82cb1af3
commit
42bbfe2c76
|
@ -526,12 +526,12 @@ define([
|
||||||
this.scroller.destroy();
|
this.scroller.destroy();
|
||||||
delete this.scroller;
|
delete this.scroller;
|
||||||
}
|
}
|
||||||
this.scroller = new Common.UI.Scroller({
|
this.scroller = new Common.UI.Scroller(_.extend({
|
||||||
el: $('.dropdown-menu', this.cmpEl),
|
el: $('.dropdown-menu', this.cmpEl),
|
||||||
minScrollbarLength : 40,
|
minScrollbarLength : 40,
|
||||||
scrollYMarginOffset: 30,
|
scrollYMarginOffset: 30,
|
||||||
includePadding : true
|
includePadding : true
|
||||||
});
|
}, this.options.scroller));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})());
|
})());
|
||||||
|
|
Loading…
Reference in a new issue