fix window resize regression

This commit is contained in:
rlx 2016-01-12 19:11:52 +05:30
commit 84b818655e
3 changed files with 5 additions and 5 deletions

View file

@ -19,7 +19,7 @@ oml.ui.rightPanel = function() {
oml.$ui.viewPanel.options({size: data.size});
oml.$ui.filtersOuterPanel.updateElement();
oml.$ui.list.size();
oml.$ui.itemViewPanel.options({size: data.size})
oml.$ui.itemViewPanel.options({size: data.size});
}
});