fix resize bugs in calendar, list calendar etc

This commit is contained in:
rolux 2012-01-30 22:11:30 +00:00
commit ddf8655959
2 changed files with 13 additions and 1 deletions

View file

@ -55,7 +55,8 @@ pandora.ui.eventsDialog = function() {
$content && $content.options({height: data.height});
},
resizeend: function(data) {
$content && $content.options(data);
Ox.print('RESIZEEND', data)
$content && $content.options({height: data.height, width: data.width});
}
}),
$content;