Function
Makes a pane's content dragable by/within it's surface
A small widget which takes a node with overflow:auto and allows dragging to position the content. Useful with images, or for just adding "something" to a overflow-able div.
Boolean
Naturally, the behavior is to invert the axis of the drag. Setting invert:false will make the pane drag in the same direction as the mouse.
Function
Function
mousedown handler, start the dragging
Function
mouseup handler, stop the dragging
Function
mousemove listener, offset the scroll amount by the delta since our last call.
Object
Object