diff options
Diffstat (limited to 'ui/ui.draggable.js')
-rw-r--r-- | ui/ui.draggable.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ui/ui.draggable.js b/ui/ui.draggable.js index a1ffd20e7..cbc686575 100644 --- a/ui/ui.draggable.js +++ b/ui/ui.draggable.js @@ -123,11 +123,6 @@ $.widget("ui.draggable", $.extend({}, $.ui.mouse, { //Compute the helpers position this.position = this._generatePosition(event); this.positionAbs = this._convertPositionTo("absolute"); - - /* - * - Position constraining - - * Constrain the position to a mix of grid, containment. - */ //Call plugins and callbacks and use the resulting position if something is returned if(!noPropagation) this.position = this._trigger("drag", event) || this.position; |