Resize Utility
==============

The Resize Utility allows you to make an HTML element resizable.


    YUI().use('resize', function(Y) {
        var resize = new Y.Resize({
            //Selector of the node to resize
            node: '#demo'
        });   
    });

