Indentation fixes

This commit is contained in:
Michal Čihař 2013-04-16 11:55:58 +02:00
parent e61e4ab962
commit cfe355308e

View File

@ -3328,14 +3328,14 @@ function PMA_slidingMessage(msg, $obj)
}, function () {
// Set the height of the parent
// to the height of the child
$obj
.height(
$obj
.find('div')
.first()
.height()
);
});
.height(
$obj
.find('div')
.first()
.height()
);
});
}
return true;
} // end PMA_slidingMessage()