handle resize

This commit is contained in:
rlx 2016-01-10 15:09:21 +05:30
commit e24ed24ee5
3 changed files with 4 additions and 4 deletions

View file

@ -108,10 +108,6 @@ oml.ui.list = function() {
});
}
},
resize: function(data) {
// this is the resize event of the split panel
that.size();
},
select: function(data) {
oml.UI.set({listSelection: data.ids});
},