Changing resize action to do nothing

This commit is contained in:
Maxime Beauchemin 2015-12-18 14:49:18 -08:00
parent bd75a58f24
commit 19eb177fe3
1 changed files with 1 additions and 1 deletions

View File

@ -61,6 +61,6 @@ px.registerWidget('table', function(data_attribute) {
return {
render: refresh,
resize: refresh,
resize: function(){},
};
});