Behaviour.register(
{
    'body' : function(element) {
        new AutoSize(element);
    }
});
