1
0
Fork 0
forked from 0x2620/oxjs

fixing a resize bug in Ox.List

This commit is contained in:
rolux 2011-05-19 14:37:19 +02:00
commit f311e05412
5 changed files with 23 additions and 5 deletions

View file

@ -173,7 +173,7 @@ Ox.List = function(options, self) {
updateQuery(self.options.selected);
}
that.bindEvent(self.keyboardEvents);
Ox.UI.$window.resize(that.size); // fixme: this is not the widget's job
//Ox.UI.$window.resize(that.size); // fixme: this is not the widget's job
function addAboveToSelection() {
var pos = getAbove();