minor reformatting

This commit is contained in:
rolux 2012-04-19 06:51:29 +00:00
parent 19b2bb7f06
commit 2dc7727dab

View file

@ -56,10 +56,14 @@ pandora.ui.eventsDialog = function(options) {
.bindEvent({ .bindEvent({
resize: function(data) { resize: function(data) {
// setting width would cause an expensive calendar redraw // setting width would cause an expensive calendar redraw
$content && $content.options({height: data.height}); $content && $content.options({
height: data.height
});
}, },
resizeend: function(data) { resizeend: function(data) {
$content && $content.options({height: data.height, width: data.width}); $content && $content.options({
height: data.height, width: data.width
});
} }
}), }),
$content; $content;