Provides a simple positionned dropdown that points a given element.
Example
var dropdown = new UWA.Control.DropDown.Pointy({
target: myElement
}).inject(myElement, 'after');
dropdown.getInnerElement().setContent('In case the curse does not succeed, this is my lucky stake.');
myElement.addEvent('click', dropdown.show.bind(dropdown));