func_unit.dblclick(options, callback) -> funcUnit
{Object}
options to add to the mouse events. This works the same as FuncUnit.click's options.
{optional:Function}
a callback that runs after the double click, but before the next action.
{funcUnit}
returns the funcunit selector for chaining.
Double clicks an element by clicking it twice and triggering a dblclick event.